Server-side workflow management for Garlic Tech projects.
npm install garlictech-workflows-server


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`
Add your custom tasks to the (generated) project gulpfile. You can even redefine the default tasks.
Execute teh sommon steps mentioned above. Before starting the server, do not forget to build it:
`npm run build``