koolth / generator-bourbon-neat

Yeoman generator for a website using thoughtbot's Bourbon Neat. Options for Normalize and Modernizr!
MIT License
34 stars 5 forks source link

js scripts don't build into /dist #7

Open bramchi opened 9 years ago

bramchi commented 9 years ago

Loving this generator, but I'm having a grunt issue regarding the /scripts from the get go.

When I do a clean install of your generator and a grunt build straight after that, the <!-- build:js scripts/vendor.js --> file near the end of index.html isn't compiled correctly into /dist. Looks like the js files get stuck in the /.tmp/concat/ directory.

Any ideas how to fix this? Thanks in advance!

bramchi commented 9 years ago

Adding an uglify task fixed my issue. Here's a pull request.