yeoman / generator-angular

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

grunt build creates .tmp and {.tmp,app} directories #472

Closed maurycyg closed 10 years ago

maurycyg commented 10 years ago

$yo angular myApp $grunt build creates following structure yo - 1.0.4 generator-angular - 0.6.0-rc.1 dist/ ├── bower_components │   ├── angular │   ├── angular-cookies │   ├── angular-mocks │   ├── angular-resource │   ├── angular-route │   ├── angular-sanitize │   ├── angular-scenario │   ├── es5-shim │   │   └── tests │   │   ├── helpers │   │   ├── lib │   │   └── spec │   ├── jquery │   ├── json3 │   │   ├── benchmark │   │   │   └── assets │   │   ├── lib │   │   ├── page │   │   ├── test │   │   └── vendor │   │   ├── marked │   │   └── spec │   └── sass-bootstrap │   ├── dist │   │   ├── css │   │   ├── fonts │   │   └── js │   ├── docs-assets │   │   ├── css │   │   ├── ico │   │   └── js │   ├── examples │   │   ├── carousel │   │   ├── grid │   │   ├── jumbotron │   │   ├── jumbotron-narrow │   │   ├── justified-nav │   │   ├── navbar │   │   ├── navbar-fixed-top │   │   ├── navbar-static-top │   │   ├── non-responsive │   │   ├── offcanvas │   │   ├── screenshots │   │   ├── signin │   │   ├── starter-template │   │   ├── sticky-footer │   │   ├── sticky-footer-navbar │   │   └── theme │   ├── fonts │   ├── _includes │   ├── js │   │   └── tests │   │   ├── unit │   │   └── vendor │   ├── _layouts │   └── lib ├── scripts ├── .tmp │   └── styles ├── {.tmp,app} │   └── scripts └── views

note directories .tmp and {.tmp,app}

eddiemonge commented 10 years ago

bug in usemin https://github.com/yeoman/grunt-usemin/issues/238