repackage ui apps

pull/132/head
Thibault Duplessis 2014-10-08 23:49:30 +02:00
parent 2c5f8a0146
commit 27b4dbba89
4 changed files with 16 additions and 11 deletions

View File

@ -3,15 +3,20 @@
mkdir -p public/compiled
# cd ui/editor
# npm install
# gulp prod
# cd -
cd ui/editor
npm install
gulp prod
cd -
# cd ui/puzzle
# npm install
# gulp prod
# cd -
cd ui/puzzle
npm install
gulp prod
cd -
cd ui/round
npm install
gulp prod
cd -
for file in tv.js common.js big.js chart2.js user.js coordinate.js pgn4hacks.js; do
orig=public/javascripts/$file

View File

@ -30,7 +30,7 @@
"watchify": "^1.0.2"
},
"dependencies": {
"chessground": "^1.4.1",
"chessground": "^1.5.2",
"lodash-node": "^2.4.1",
"mithril": "^0.1.22"
}

View File

@ -31,7 +31,7 @@
},
"dependencies": {
"chess.js": "^0.1.0",
"chessground": "^1.4.1",
"chessground": "^1.5.2",
"lodash-node": "^2.4.1",
"mithril": "^0.1.22"
}

View File

@ -30,7 +30,7 @@
"watchify": "^1.0.2"
},
"dependencies": {
"chessground": "^1.4.7",
"chessground": "^1.5.2",
"lodash-node": "^2.4.1",
"mithril": "^0.1.22"
}