Skip to content

Rearchitect handling of normalize.css #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
david-poindexter opened this issue Jan 3, 2019 · 0 comments
Closed

Rearchitect handling of normalize.css #109

david-poindexter opened this issue Jan 3, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@david-poindexter
Copy link
Member

david-poindexter commented Jan 3, 2019

Is your feature request related to a problem?

Right now normalize.css source (for a specific older version) is included in src/scss/components as _normalize.scss. The build process compiles SCSS from that source and includes within output/package. This _normalize.scss source needs to be removed from the project and the build process should compile the CSS from node_modules and place in dist/css. This will allow us to properly manage the normalize.css package dependency appropriately via package.json.

Describe the solution you'd like

Add new normalize-init Gulp task to compile from node_modules to dist and add to build task.

Describe alternatives you've considered

n/a

Additional context

n/a

@david-poindexter david-poindexter added the enhancement New feature or request label Jan 3, 2019
@david-poindexter david-poindexter added this to the 2.0.0 milestone Jan 3, 2019
@david-poindexter david-poindexter self-assigned this Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant