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
I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item
Version
generator-angular-fullstack
4.1.3
Node
7.6.0
npm
4.3.0
Operating System
OS X 10
Item
Answer
Transpiler
Babel
Markup
Pug
CSS
SCSS
Router
ui-router
Client Tests
Mocha
DB
PostgreSQL/Sequelize
Auth
Y
What I was trying to do:
Scaffold out a project that uses only Sass for CSS.
What I expected to happen:
When doing a gulp build, expected a separate CSS file to be generated by Webpack so that the CSS could be loaded asynchronously.
Also, this line seems to be redundant because this line is in templates/app/client/app/app(sass).scss. If the sass-loader starts with the generated app.scss, it should get everything.
The text was updated successfully, but these errors were encountered:
What I was trying to do:
Scaffold out a project that uses only Sass for CSS.
What I expected to happen:
When doing a gulp build, expected a separate CSS file to be generated by Webpack so that the CSS could be loaded asynchronously.
What happened:
Sass was embedded in JS files.
Why it happened:
The file, templates/app/webpack.make.js, only uses ExtractTextPlugin for CSS and not Sass.
Also, this line seems to be redundant because this line is in templates/app/client/app/app(sass).scss. If the sass-loader starts with the generated app.scss, it should get everything.
The text was updated successfully, but these errors were encountered: