You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: