mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Added gzip support #82
This commit is contained in:
parent
3b43119d93
commit
c52fc549e1
6 changed files with 20 additions and 9 deletions
|
|
@ -27,6 +27,6 @@
|
|||
"config": { "port": "1234" },
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"prestart": "node_modules/requirejs/bin/r.js -o build.js optimize=none > /dev/null && echo '\\033[1;32mcompiled.\\033[0m'"
|
||||
"prestart": "./build/build.sh"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue