move panino dependency into doc module
This commit is contained in:
parent
3b02b0d797
commit
89d1c65540
3 changed files with 11 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
7
doc/package.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "ace-api",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"panino" : "~1.0.15"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue