X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a8795c30def3c501ed298d2708861f8aaa7304e7..8f2a3dc4b0578752bea210dee8ce2ccc2db7318c:/src/editor/entrypoint.js diff --git a/src/editor/entrypoint.js b/src/editor/entrypoint.js index c18bc5a..b723517 100644 --- a/src/editor/entrypoint.js +++ b/src/editor/entrypoint.js @@ -19,7 +19,7 @@ 'libs/underscore': '../../libs/underscore-min', 'libs/bootstrap': '../../libs/bootstrap/js/bootstrap.min', 'libs/backbone': '../../libs/backbone-min', - + 'libs/ace/ace': '../../libs/ace/ace' } }, @@ -36,7 +36,10 @@ '../../libs/backbone-min': { exports: 'Backbone', deps: ['libs/jquery', 'libs/underscore'] - } + }, + '../../libs/ace/ace': { + exports: 'ace' + }, } });