Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.