You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: