Answer the question
In order to leave comments, you need to log in
Why doesn't gulp.js copy the folder?
Good day!
Faced such a problem. Started rewriting my gulp and changed its structure. Without any extra water, the project looks like this:
/development/ # под исходники Coffee
/production/ # под собранные файлы в JS
/release/ # под Zip с файлами на продакшн
/*.js
/*.json
"./#{folders.production}/**/*"
"./*"
"!./"
"!./#{folders.development}/**/*"
"!./#{folders.docs}/**/*"
"!./#{folders.backup}/**/*"
"!./#{folders.release}/**/*"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question