editor: Include ace.js in the repository and the build process (v.1.1.4)
[fnpeditor.git] / Gruntfile.js
index a97d77c..05c4483 100644 (file)
@@ -17,7 +17,7 @@ module.exports = function(grunt) {
               mainConfigFile: 'src/editor/entrypoint.js',
               out: build_output_dir + '/rng.js',
               name: 'entrypoint',
-              include: ['libs/require'],
+              include: ['libs/require', 'libs/ace/mode-xml'],
               generateSourceMaps: true,
 
               // The following two settings are required for source maps to work,