mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
removed packed versions of files, uglifing would be doing on-a-fly
This commit is contained in:
parent
45a6bbd8f6
commit
77758291d0
8 changed files with 5 additions and 52 deletions
|
|
@ -41,8 +41,8 @@ var CloudCommander, CloudFunc, CodeMirror;
|
|||
*/
|
||||
var loadAll = function() {
|
||||
Util.cssLoad([
|
||||
{ src : 'lib/client/editor/codemirror/pack/codemirror.pack.css'},
|
||||
{ src : 'lib/client/editor/codemirror/pack/night.pack.css'}
|
||||
{ src : 'lib/client/editor/codemirror/codemirror.css'},
|
||||
{ src : 'lib/client/editor/codemirror/theme/night.css'}
|
||||
]);
|
||||
|
||||
|
||||
|
|
@ -58,13 +58,13 @@ var CloudCommander, CloudFunc, CodeMirror;
|
|||
});
|
||||
|
||||
Util.jsload('lib/client/editor/' +
|
||||
'codemirror/pack/javascript.pack.js',
|
||||
'codemirror/mode/javascript.js',
|
||||
createEditorDiv);
|
||||
};
|
||||
|
||||
/* load CodeMirror main module */
|
||||
Util.jsload('lib/client/editor/' +
|
||||
'codemirror/pack/codemirror.pack.js', loadAll);
|
||||
'codemirror/codemirror.js', loadAll);
|
||||
});
|
||||
|
||||
/* function shows CodeMirror editor */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue