Compile and minimize code #82

This commit is contained in:
logsol 2014-12-20 04:31:37 +01:00
parent f02230c50c
commit 3b43119d93
8 changed files with 210 additions and 5 deletions

View file

@ -1,3 +1,3 @@
define(["/screenfull.js"], function() {
define(["screenfull"], function() {
return screenfull;
});

View file

@ -1,3 +1,3 @@
define(["/socket.io/socket.io.js"], function() {
define(["socketio"], function() {
return io;
});