X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/2ffd7ab0bf214b5221d52e25ba081d944ba35843..e28164ab55a10982219bd2a00a08010ef0bb8bcc:/src/editor/entrypoint.js?ds=inline

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'
+            },
         }
 
     });