Answer by camposer for Grunt build does not create css files
I tried all the options explained here and none worked for me. What solved the problem in my case: Name your file with SCSS extension, as the main.scss file, e.g. custom.scss located into <%=...
View ArticleAnswer by Foysal Osmany for Grunt build does not create css files
There might be problem in your HTML probably you forgot to add the comments for the grunt task.<!-- build:css(.) styles/vendor.css --><!-- bower:css --><link rel="stylesheet"...
View ArticleAnswer by serraosays for Grunt build does not create css files
Yeoman out of the box needs some tweaking in my experience. It's Grunt engine really wants to minify things - that's one of it's major value-adds. I'm pretty new to it as well, but I imagine the empty...
View ArticleGrunt build does not create css files
I am new to Yeoman and Grunt.While doing Grunt build the build seem to end successfully but dist/styles/*.css files are not being created.From the logs it looks like the styles are compiled to...
View Article