When I run grunt build --verbose
it is telling me that >> Destination not written because minified CSS was empty.
. I also notice that is says Files: [no src] -> dist/styles/main.css
so if there is no source [no src]
it makes sense there is nothing being written. At least that is my thinking now. The result is that main.css is not being generated.
Why is this happening?
Running "cssmin:generated" (cssmin) task
Verifying property cssmin.generated exists in config...OK
Files: bower_components/foundation/css/foundation.css, bower_components/normalize.css/normalize.css -> dist/styles/vendor.css
Files: [no src] -> dist/styles/main.css
Options: report="min"
Reading bower_components/foundation/css/foundation.css...OK
Reading bower_components/normalize.css/normalize.css...OK
Writing dist/styles/vendor.css...OK
File dist/styles/vendor.css created: 194.3 kB → 138.61 kB
>> Destination not written because minified CSS was empty.
Here is a Gist containing my Gruntfile.js :
https://gist.github.com/3lfist/86f1cc3076e01ef5a905
and here is my index.html which contains the usemin blocks