Best practice: workflow with gulp.js (or grunt.js)?
PermalinkBut what's the best practise when we want to build a package?
Where should we place the gulpfile.js (gruntfile.js) and the package.json? When we place these in the packages/my-package/themes/my-theme folder there are a lot of files. When work is done, we don't like to manually select the files, which must be deployed...
Could someone give us some advice with this?
Thanks.