mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
Adjust node_modules make dependencies
This commit is contained in:
2
Makefile
2
Makefile
@@ -188,7 +188,7 @@ package.json:
|
|||||||
sed -e 's#%NAME%#$(NAME)#;s#%VERSION%#$(VERSION)#;s#%GIT_REMOTE_URL%#$(GIT_REMOTE_URL)#;' packaging/grunt/package.template > $@
|
sed -e 's#%NAME%#$(NAME)#;s#%VERSION%#$(VERSION)#;s#%GIT_REMOTE_URL%#$(GIT_REMOTE_URL)#;' packaging/grunt/package.template > $@
|
||||||
|
|
||||||
# Update local npm install
|
# Update local npm install
|
||||||
node_modules: GruntFile.js package.json
|
node_modules: GruntFile.js bower.json package.json
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
# Build minified JS/CSS.
|
# Build minified JS/CSS.
|
||||||
|
|||||||
Reference in New Issue
Block a user