-
Hello, if i want to manage a scallable app with your repo & i have many gulp tasks, which recomendation can you give me?
-
Add Gulp tasks for build the minified version and the non-minified version.
-
-
Setup gulp tasks for building the server and the client app. This includes these tasks at minimum:
1. Launch development server
2. Run tests
3. Minify scripts
4. Deploy to heroku
-
Hi there. Thanks for this library. It's really great content.
I'm having trouble running any of the referenced gulp tasks, using both node v12 and v14:
```
$ gulp icon
(node:40249) V8: /User…
-
- Gulp tasks no longer live reload properly, need to re-add it back in whilst keeping build non-live reload
- Scripts gulp task needs to not minify on gulp default and minify in gulp build
-
All js files should be concatenated into 1 file and minified. This could be a gulp task that will be executed in Wercker. The .html files should also be modified to include just 1 file. Maybe gulp-pre…
-
https://www.npmjs.com/package/gulp-task-loader
-
It would be nice to describe what the tasks are doing so others can modify/tweak this repo for their own projects. For example in the [Workflow section of the readme](http://cfpb.github.io/capital-fra…
-
When having gulp-tasks within subdirectories, "Build-Explorer" does not recognices these tasks. For example, having "gulpfile.js" in "root-dir" with this content:
// all gulp tasks are located in the…