Rename js2 to js

This commit is contained in:
Erik Arvidsson
2015-11-12 20:53:23 -05:00
parent d71018a833
commit 54425c5b0e
37 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ before_script:
- nvm install stable
- nvm use stable
- npm version
- pushd js2
- pushd js
- npm install
- npm test
- popd
+1 -1
View File
@@ -1,4 +1,4 @@
pushd ../../../js2
pushd ../../../js
npm install
npm run build
./link.sh
+1 -1
View File
@@ -9,7 +9,7 @@ This is a generic noms data explorer.
## Build
* `./link.sh` # only necessary first time, or if changes have happened in `js2`
* `./link.sh` # only necessary first time, or if changes have happened in `js`
* `npm install` # only necessary first time, or if deps have changed
* `npm run build`
+1 -1
View File
@@ -1,4 +1,4 @@
pushd ../../js2
pushd ../../js
npm install
npm run build
./link.sh
+1 -1
View File
@@ -1,4 +1,4 @@
pushd ../../js2
pushd ../../js
npm install
npm run build
./link.sh
View File
View File
View File
View File
View File
View File
View File
View File