fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
undo wip: fixes + smoke test
[fnpeditor.git]
/
src
/
editor
/
entrypoint.js
diff --git
a/src/editor/entrypoint.js
b/src/editor/entrypoint.js
index
5e546ef
..
20460b3
100644
(file)
--- a/
src/editor/entrypoint.js
+++ b/
src/editor/entrypoint.js
@@
-1,12
+1,17
@@
(function() {
'use strict';
(function() {
'use strict';
+ /* globals requirejs, RNG_BOOTSTRAP_DATA */
+
requirejs.config({
baseUrl: '/static/editor/src/editor',
paths: {
'fnpjs': '../fnpjs',
requirejs.config({
baseUrl: '/static/editor/src/editor',
paths: {
'fnpjs': '../fnpjs',
- 'libs': '../../libs'
+ 'libs': '../../libs',
+ 'smartxml': '../smartxml',
+ 'wlxml': '../wlxml',
+
},
map: {
},
map: {