javascript - Am I supposed to code a different Gulp file for every project? -



javascript - Am I supposed to code a different Gulp file for every project? -

i mean – need same gulp configuration, same functions, same plugins (sass css compilation, minifying javascript, etc.). have code new gulpfile.js every time start new project? or way deploy usual gulp configuration in new project? or did totally misunderstand gulp?

you might want have @ yeoman; can install various generators different types of project may want build. many of generators walk through creating new project, frameworks you'd install etc, plus generate gulpfile or gruntfile automatically. if find starting lot of projects same boilerplate worth having at.

here's generator gulp powered webapp: https://github.com/yeoman/generator-gulp-webapp

javascript gulp

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -