X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/3182d8f5a1642eeac079576083eea86f09c5751a..856f00d24d37590a78b78833a8aa305983e58e45:/src/editor/entrypoint.js diff --git a/src/editor/entrypoint.js b/src/editor/entrypoint.js index 528952b..b723517 100644 --- a/src/editor/entrypoint.js +++ b/src/editor/entrypoint.js @@ -4,8 +4,6 @@ /* globals requirejs, editor_init */ requirejs.config({ - baseUrl: '/static/editor/src/editor', - paths: { 'fnpjs': '../fnpjs', 'libs': '../../libs', @@ -21,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' } }, @@ -38,7 +36,10 @@ '../../libs/backbone-min': { exports: 'Backbone', deps: ['libs/jquery', 'libs/underscore'] - } + }, + '../../libs/ace/ace': { + exports: 'ace' + }, } });