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:
Michael Krotscheck 2015-05-26 12:34:43 -07:00
parent 6fffbca938
commit 94251d05c9
9 changed files with 14 additions and 18 deletions

3
.bowerrc Normal file
View File

@ -0,0 +1,3 @@
{
"directory": "refstack-ui/app/assets/lib"
}

1
.eslintignore Normal file
View File

@ -0,0 +1 @@
refstack-ui/app/assets/lib

6
.gitignore vendored
View File

@ -9,3 +9,9 @@ ChangeLog
build/
cover/
dist
.tmp
node_modules
npm-debug.log
refstack-ui/app/assets/lib
refstack-ui/app/config.json

View File

@ -20,10 +20,10 @@
"scripts": {
"postinstall": "bower install --config.interactive=false",
"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",
"test": "karma start tests/karma.conf.js",
"test-single-run": "karma start tests/karma.conf.js --single-run",
"lint": "eslint --no-color ./"
"test": "karma start ./refstack-ui/tests/karma.conf.js",
"test-single-run": "karma start ./refstack-ui/tests/karma.conf.js --single-run",
"lint": "eslint -c ./.eslintrc --no-color ./refstack-ui"
}
}

View File

@ -1,3 +0,0 @@
{
"directory": "app/assets/lib"
}

View File

@ -1 +0,0 @@
app/assets/lib

View File

@ -1,10 +0,0 @@
.tmp
AUTHORS
ChangeLog
build/
cover/
dist
node_modules
npm-debug.log
app/assets/lib
app/config.json