move panino dependency into doc module

This commit is contained in:
nightwing 2012-08-16 23:46:55 +04:00
commit 89d1c65540
3 changed files with 11 additions and 1 deletions

View file

@ -16,7 +16,9 @@ build: pre_build
./Makefile.dryice.js bm
doc:
cd doc; node build.js
cd doc;\
test -d node_modules || npm install;\
node build.js
clean:
rm -rf build

View file

@ -12,6 +12,7 @@ In the root directory, just run:
In this directory, just run:
npm install
node build.js
# Build File

7
doc/package.json Normal file
View file

@ -0,0 +1,7 @@
{
"name": "ace-api",
"version": "0.0.0",
"dependencies": {
"panino" : "~1.0.15"
}
}