Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
poupotte edited this page Apr 4, 2013 · 5 revisions

Brunch build

If there is a directory client in directory application, executes npm install andbuild brunch in this directory.

If a file config-prod.coffee exists, build brunch is executed with config config-prod.coffee.

 POST /drones/:id/brunch
 Content : {brunch : <app>}

Example in test

Light update

An update cleans and starts aplication whereas a light update recovers new commits thanks a git pull, installs new dependencies via a npm install and builds brunch if it is necessary.

 POST /drones/:id/lightUpdate
 Content : {update : <app>}

Example in test

Clone this wiki locally