Consolidated project files.
Moved various files from the refstack-ui directory into the global one. The puppet module has been appropriately updated. Change-Id: I6bd6bbd32380e822096287fe6ed3de1bff582749
This commit is contained in:
parent
6fffbca938
commit
94251d05c9
1
.eslintignore
Normal file
1
.eslintignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
refstack-ui/app/assets/lib
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -9,3 +9,9 @@ ChangeLog
|
|||||||
build/
|
build/
|
||||||
cover/
|
cover/
|
||||||
dist
|
dist
|
||||||
|
|
||||||
|
.tmp
|
||||||
|
node_modules
|
||||||
|
npm-debug.log
|
||||||
|
refstack-ui/app/assets/lib
|
||||||
|
refstack-ui/app/config.json
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "bower install --config.interactive=false",
|
"postinstall": "bower install --config.interactive=false",
|
||||||
"prestart": "npm install",
|
"prestart": "npm install",
|
||||||
"start": "http-server ./app -a 0.0.0.0 -p 8080",
|
"start": "http-server ./refstack-ui/app -a 0.0.0.0 -p 8080",
|
||||||
"pretest": "npm install",
|
"pretest": "npm install",
|
||||||
"test": "karma start tests/karma.conf.js",
|
"test": "karma start ./refstack-ui/tests/karma.conf.js",
|
||||||
"test-single-run": "karma start tests/karma.conf.js --single-run",
|
"test-single-run": "karma start ./refstack-ui/tests/karma.conf.js --single-run",
|
||||||
"lint": "eslint --no-color ./"
|
"lint": "eslint -c ./.eslintrc --no-color ./refstack-ui"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"directory": "app/assets/lib"
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
app/assets/lib
|
|
10
refstack-ui/.gitignore
vendored
10
refstack-ui/.gitignore
vendored
@ -1,10 +0,0 @@
|
|||||||
.tmp
|
|
||||||
AUTHORS
|
|
||||||
ChangeLog
|
|
||||||
build/
|
|
||||||
cover/
|
|
||||||
dist
|
|
||||||
node_modules
|
|
||||||
npm-debug.log
|
|
||||||
app/assets/lib
|
|
||||||
app/config.json
|
|
Loading…
Reference in New Issue
Block a user