I've generated my project with generator-gulp-webapp and I can see that this generator was updated since then.
Is there any way to update gulpfile.js, etc, without generating project from scratch?
I've generated my project with generator-gulp-webapp and I can see that this generator was updated since then.
Is there any way to update gulpfile.js, etc, without generating project from scratch?
The easiest way to update the gulpfile.js only would be to go into your local storage of the updated, latest generator your using and pull down the raw file.
For me it sits in this location on my PC
C:\Program Files\nodejs\node_modules\generator-gulp-webapp\app\templates\gulpfile.js
Or pull the latest file directly from github
https://github.com/yeoman/generator-gulp-webapp/blob/master/app/templates/gulpfile.js