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
2
app/Lib/Vendor/Screenfull.js
vendored
2
app/Lib/Vendor/Screenfull.js
vendored
|
|
@ -1,3 +1,3 @@
|
|||
define(["/screenfull.js"], function() {
|
||||
define(["screenfull"], function() {
|
||||
return screenfull;
|
||||
});
|
||||
2
app/Lib/Vendor/SocketIO.js
vendored
2
app/Lib/Vendor/SocketIO.js
vendored
|
|
@ -1,3 +1,3 @@
|
|||
define(["/socket.io/socket.io.js"], function() {
|
||||
define(["socketio"], function() {
|
||||
return io;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue