mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
Compile and minimize code #82
This commit is contained in:
parent
f02230c50c
commit
3b43119d93
8 changed files with 210 additions and 5 deletions
|
|
@ -25,5 +25,8 @@
|
|||
"optionalDependencies": {},
|
||||
"engine": "node >= 0.8.4",
|
||||
"config": { "port": "1234" },
|
||||
"private": true
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"prestart": "node_modules/requirejs/bin/r.js -o build.js optimize=none > /dev/null && echo '\\033[1;32mcompiled.\\033[0m'"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue