editor: Include ace.js in the repository and the build process (v.1.1.4)
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 1 Jul 2014 14:58:59 +0000 (16:58 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 1 Jul 2014 14:58:59 +0000 (16:58 +0200)
commit8f2a3dc4b0578752bea210dee8ce2ccc2db7318c
tree3e2a53fbb87a02e9d976e392dfd3bcc3106a1bd4
parenta8795c30def3c501ed298d2708861f8aaa7304e7
editor: Include ace.js in the repository and the build process (v.1.1.4)

mode-xml is loaded dynamically by ace.js so it needs to be passed
to the r.js optimizer explicitly.

This change also drops using the chrome theme as it's not really needed
- this way we don't need to commit it.
Gruntfile.js
libs/ace/ace.js [new file with mode: 0644]
libs/ace/mode-xml.js [new file with mode: 0644]
src/editor/entrypoint.js
src/editor/modules/sourceEditor/sourceEditor.js