yeoman / generator-angular

Yeoman generator for AngularJS
http://yeoman.io
5.73k stars 1.44k forks source link

Grunt build doesn't copy scripts to dist directory #1359

Closed danieljlist closed 7 years ago

danieljlist commented 8 years ago

Hi all,

If I run yo angular and create a blank project, grunt build doesn't copy any of the bower_components, other scripts (controllers etc) or stylesheets to the dist directory.

Is this happening for anyone else?

dominik42 commented 8 years ago

Yes, same here .... angular apps built with the yeoman generator seems to be only usable via grunt serve. It's not possible to build deployable artifacts (e.g. a /dist dir) with the default gruntfile. That means for me, yeoman generator can't be used for bootstrapping real world projects ;-(

eddiemonge commented 7 years ago

The files get concatened and minified. Does grunt serve:dist not have a working site?