mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
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:
@@ -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;",
|
||||
|
||||
Reference in New Issue
Block a user