mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Rename packaging folder for node stuff
This commit is contained in:
parent
f360a625ea
commit
57058493be
10
Makefile
10
Makefile
@ -299,7 +299,7 @@ reports/ui_code: node_modules clean-ui Brocfile.js bower.json Gruntfile.js
|
||||
|
||||
# Run UI unit tests
|
||||
test_ui: node_modules minjs_ci
|
||||
$(TESTEM) ci --file testem.yml -R xunit
|
||||
$(TESTEM) ci --file testem.yml -p 7359 -R xunit
|
||||
|
||||
# Run API unit tests across multiple Python/Django versions with Tox.
|
||||
test_tox:
|
||||
@ -309,16 +309,16 @@ test_tox:
|
||||
test_jenkins:
|
||||
$(PYTHON) manage.py jenkins -v2 --enable-coverage --project-apps-tests
|
||||
|
||||
Gruntfile.js: packaging/grunt/Gruntfile.js
|
||||
Gruntfile.js: packaging/node/Gruntfile.js
|
||||
cp $< $@
|
||||
|
||||
Brocfile.js: packaging/grunt/Brocfile.js
|
||||
Brocfile.js: packaging/node/Brocfile.js
|
||||
cp $< $@
|
||||
|
||||
bower.json: packaging/grunt/bower.json
|
||||
bower.json: packaging/node/bower.json
|
||||
cp $< $@
|
||||
|
||||
package.json: packaging/grunt/package.template
|
||||
package.json: packaging/node/package.template
|
||||
sed -e 's#%NAME%#$(NAME)#;s#%VERSION%#$(VERSION)#;s#%GIT_REMOTE_URL%#$(GIT_REMOTE_URL)#;' $< > $@
|
||||
|
||||
sync_ui: node_modules Brocfile.js
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
],
|
||||
"watch": [
|
||||
"tools/ui/timepiece.js",
|
||||
"packaging/grunt/Brocfile.js",
|
||||
"packaging/grunt/tower-app.js"
|
||||
"packaging/node/Brocfile.js",
|
||||
"packaging/node/tower-app.js"
|
||||
],
|
||||
"ext": "js json less html"
|
||||
}
|
||||
|
||||
@ -14,7 +14,7 @@ test_page: tests.html
|
||||
disable_watching: true
|
||||
routes:
|
||||
/static: ../static
|
||||
/tests.html: ../../../packaging/grunt/testem.mustache
|
||||
/tests.html: ../../../packaging/node/testem.mustache
|
||||
/test-loader.js: lib/ember-cli-test-loader/test-loader.js
|
||||
/vendor: ../../../node_modules
|
||||
/angular-mocks.js: lib/angular-mocks/angular-mocks.js
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user