mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
minor changes
This commit is contained in:
parent
fe09052cf0
commit
c3a4f951cc
3 changed files with 10 additions and 6 deletions
|
|
@ -27,6 +27,10 @@ be more faster, DOM, short, simple and logical.
|
|||
|
||||
* Added ability to view images on F3 key pressed.
|
||||
|
||||
* Added ability to work view images offline.
|
||||
|
||||
* Added async flag to anyload function.
|
||||
|
||||
|
||||
2012.07.19, Version 0.1.3
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"cache" : {"allowed" : false},
|
||||
"minification" : {
|
||||
"js" : false,
|
||||
"js" : true,
|
||||
"css" : true,
|
||||
"html" : true,
|
||||
"img" : true
|
||||
|
|
|
|||
|
|
@ -136,11 +136,11 @@ exports.Minify={
|
|||
(pFinalCode = pFinalCode
|
||||
.replace('editor.js','editor.min.js')
|
||||
.replace('viewer.js','viewer.min.js')
|
||||
.replace('cloudfunc.js','cloudfunc.min.js')
|
||||
.replace('keyBinding.js','keyBinding.min.js')
|
||||
.replace('/lib/', lMinFolder)
|
||||
.replace('/lib/client/',
|
||||
lMinFolder)).length);
|
||||
.replace('cloudfunc.js','cloudfunc.min.js')
|
||||
.replace('keyBinding.js','keyBinding.min.js')
|
||||
.replace('/lib/', lMinFolder)
|
||||
.replace('/lib/client/',
|
||||
lMinFolder)).length);
|
||||
return pFinalCode;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue