Compile and minimize code #82

This commit is contained in:
logsol 2014-12-20 04:31:37 +01:00
parent 0a0b3e8849
commit 6f288f00b5
8 changed files with 210 additions and 5 deletions

View file

@ -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 = {};