mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +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
|
|
@ -3,7 +3,11 @@ GLOBALS = { context: "Client" };
|
|||
requirejs.config({
|
||||
baseUrl: 'app',
|
||||
deps: ['Lib/Utilities/Extensions'],
|
||||
waitSeconds: 0
|
||||
waitSeconds: 0,
|
||||
paths: {
|
||||
screenfull: "/screenfull",
|
||||
socketio: "/socket.io/socket.io"
|
||||
},
|
||||
});
|
||||
|
||||
if(!Chuck) var Chuck = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue