feature(cloudcmd) Promise -> Promise.min

This commit is contained in:
coderaiser 2015-09-26 14:05:20 -04:00
parent e297c55e7b
commit 983ff4959d

View file

@ -20,6 +20,7 @@ var CloudCmd;
client + 'notify',
client + 'storage',
client + 'files',
client + 'dialog',
'client',
client + 'buffer',
client + 'listeners',
@ -30,7 +31,7 @@ var CloudCmd;
}),
moduleFiles = [
'promise-polyfill/Promise',
'promise-polyfill/Promise.min',
'format-io/lib/format',
'rendy/lib/rendy',
'emitify/lib/emitify'