yeoman / generator-webapp_DEPRECATED

Yeoman generator that scaffolds out a front-end web app
http://yeoman.io
975 stars 309 forks source link

concat target doesn't consolidate babel output #631

Closed codvio closed 5 years ago

codvio commented 8 years ago

I use es6 syntax in my main.js file. But grunt build command fails because concat target doesn't use Babel output.

sample scenario:

yo webapp
echo "let a = 45;" >> app/scripts/main.js
grunt build
silvenon commented 8 years ago

Fails how? This line is supposed to tell grunt-usemin to look in .tmp/scripts (compiled) rather than app/scripts (source), so I'm confused as to why it doesn't work. I will try to reproduce this issue, I just wish every fresh npm install didn't last half an hour :cry:

sindresorhus commented 5 years ago

Closing as this repo is deprecated.