X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/efe36f4f1b5df351eeb4d40a54c3900cf9a7079b..b729636a8bfe248aa9890a6f3bef56cbbab885fd:/src/editor/entrypoint.js diff --git a/src/editor/entrypoint.js b/src/editor/entrypoint.js index 5e546ef..20460b3 100644 --- a/src/editor/entrypoint.js +++ b/src/editor/entrypoint.js @@ -1,12 +1,17 @@ (function() { 'use strict'; + /* globals requirejs, RNG_BOOTSTRAP_DATA */ + requirejs.config({ baseUrl: '/static/editor/src/editor', paths: { 'fnpjs': '../fnpjs', - 'libs': '../../libs' + 'libs': '../../libs', + 'smartxml': '../smartxml', + 'wlxml': '../wlxml', + }, map: {