0.1.4 • Published 8 years ago

garlictech-workflows-server v0.1.4

Weekly downloads
37
License
SEE LICENSE IN li...
Repository
github
Last release
8 years ago

Server side development workflows

NPM Package Version Build Status Dependency Status

This is a centralized build/development workflow management system that all the GarlicTech server side components should use.

Add this repo as a development dependency to your (generated...) project.

Before everything, read the the pages common to all the GarlicTech projects.

List available gulp tasks with help:

gulp help

Custom tasks

Add your custom tasks to the (generated) project gulpfile. You can even redefine the default tasks.

Development

Execute teh sommon steps mentioned above. Before starting the server, do not forget to build it:

npm run build