garlictech-workflows-server
v0.1.4
Published
Server-side workflow management for Garlic Tech projects.
Downloads
18
Readme
Server side development workflows
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