meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator
http://meanjs.org/
473 stars 178 forks source link

gulp build only generate public/dist application.js, application.min.css and application.min.js #212

Open rof20004 opened 8 years ago

rof20004 commented 8 years ago

Hi,

When I used grunt, with another generator, I only did grunt build and it creates a dist folder with all my html, css and js concatened and ready to deploy this folder.

I am using gulp now, but with gulp build it creates public/dist and inside it i have only 3 files: application.js, application.min.css and application.min.js, but where is my views ? I can not upload this folder to my remote server because has no views.

P.S: When i run gulp prod it creates a build folder, with an template.js, what it means ? I am new with mean stack.

Someone know about this ?