mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(main) rm minify, files, update, appcache
This commit is contained in:
parent
8d874e4651
commit
aec3dcb391
1 changed files with 1 additions and 6 deletions
|
|
@ -77,14 +77,9 @@
|
|||
exports.pipe = pipe = srvrequire('pipe'),
|
||||
exports.socket = srvrequire('socket'),
|
||||
exports.auth = srvrequire('auth').auth,
|
||||
exports.appcache = srvrequire('appcache'),
|
||||
diffPatch = librequire('diff/diff-match-patch').diff_match_patch,
|
||||
exports.diff = new (librequire('diff').DiffProto)(diffPatch),
|
||||
exports.rest = srvrequire('rest').api,
|
||||
exports.update = srvrequire('update'),
|
||||
exports.files = srvrequire('files');
|
||||
|
||||
exports.minify = srvrequire('minify');
|
||||
exports.rest = srvrequire('rest').api;
|
||||
|
||||
/* second initializing after all modules load, so global var is *
|
||||
* totally filled of all information that should know all modules */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue