ui build system documents (#4353)

* add ui build system documentation, pin nodejs + npm engines to versions vetted for Tower

* Update ui_build_system.md

* Update ui_build_system.md
This commit is contained in:
Leigh Johnson
2016-12-09 12:33:01 -05:00
committed by GitHub
parent d24057e956
commit aacae7b844
2 changed files with 238 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
},
"engines": {
"node": "^6.3.1",
"npm": "3.10.7"
"npm": "^3.10.3"
},
"scripts": {
"build-docker-machine": "ip=$(docker-machine ip $DOCKER_MACHINE_NAME); npm set ansible-tower:django_host ${ip}; grunt dev;",