gulp-gae-improved
Note: This is a fork from maciejzasada's repository gulp-gae: https://github.com/maciejzasada/gulp-gae
We created this new repository due to the need of some additional changes...
========
Installation
npm install gulp-gae-improved --save-dev
Usage
;
var gulp = gae = ; gulp; // In the next example the gulp tasks are blocked until script is donegulp; gulp;
For a working example see the test
folder.
Options
- commands: Array of commands to execute (like: ['help', 'update']), defaults to [];
- gae_dir: Path to appengine library, defaults to built-in
- async: Allow processes to run in 'background' in parallel to the current tasks, defaults to true;
- All default parameters from both
appcfg.py
anddev_appserver