editor: Include ace.js in the repository and the build process (v.1.1.4)
[fnpeditor.git] / src / editor / entrypoint.js
index c18bc5a..b723517 100644 (file)
@@ -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'
                 }
         },
 
             '../../libs/backbone-min': {
                 exports: 'Backbone',
                 deps: ['libs/jquery', 'libs/underscore']
-            }
+            },
+            '../../libs/ace/ace': {
+                exports: 'ace'
+            },
         }
 
     });