feature(cloudcmd) show progress of files removing

This commit is contained in:
coderaiser 2015-06-26 07:09:49 -04:00
parent f6dd602d2e
commit 2b7c0069bb
13 changed files with 259 additions and 203 deletions

View file

@ -23,6 +23,7 @@
edward = require('edward'),
dword = require('dword'),
spero = require('spero'),
remedy = require('remedy'),
root = function() {
return config('root');
@ -99,6 +100,10 @@
spero.listen(socket, {
root: root
});
remedy.listen(socket, {
root: root
});
}
function cloudcmd(prefix, socket) {
@ -161,6 +166,11 @@
online: isOnline
}),
remedy({
minify: isMinify,
online: isOnline
}),
mollify({
dir : DIR_ROOT,
is : isMinify