johnpapa / generator-hottowel

Yo generator that creates an Angular app via HotTowel
835 stars 230 forks source link

Build version does not load js/app.js or styles/app.css #71

Closed tadyshev closed 9 years ago

tadyshev commented 9 years ago

Hello John,

Thanks for the great template. I've ran into issues when using >>gulp serve-build, minified app.js and app.css files aren't loading. The fix for this would be editing generator-hottowel/app/templates/src/client/_index.html L20 and L45, we simply need to add a space after the minified file name otherwise it thinks that --> is part of the file name.

Thanks, Dmitriy

EnterpriseWide commented 9 years ago

i have added a pull request for this. Thanks Dmitriy, good find. https://github.com/johnpapa/generator-hottowel/pull/75

johnpapa commented 9 years ago

thanks, merged and closed