Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigfanjs/automation-with-gulp.js
A simple automation workflow use Gulp.js
https://github.com/bigfanjs/automation-with-gulp.js
Last synced: 22 days ago
JSON representation
A simple automation workflow use Gulp.js
- Host: GitHub
- URL: https://github.com/bigfanjs/automation-with-gulp.js
- Owner: bigfanjs
- Created: 2016-10-07T00:10:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T00:17:21.000Z (about 8 years ago)
- Last Synced: 2024-11-05T20:16:41.470Z (2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating an automation workflow using Gulp.js
To make it simple, in this repository I'm only automating JavaScript.## Separating tasks.
I'm seperating my tasks to make it more modular and readable.### Tasks
* bundling with Browserify.
* initiating the server with Nodemon.
* live loading with BrowserSync.
* running tests using Karma.You can extend this project and add more tasks like Image optimization or SASS compilation.