Graph build system
Provides grunt tasks to make configs and build .net solutions using pick and roll and msbuuild
Instalation
git clone
package.json:
"dependencies": {
"graph-build-system": "file:../../grunt-build-system/"
}
Using
grunt make_configs
grunt build_solution
grunt test_env
Get configs
var configs = require('./tools/configs');
// get all configs
configs.get()
// get one value
configs.get('remote_server:ftp_user_name');