Visual editor: Adapting for requirejs optimizer
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 28 May 2013 13:17:18 +0000 (15:17 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 28 May 2013 13:17:18 +0000 (15:17 +0200)
commit24bdad40e7bc8e92fba081cee6bce0aa73db1261
tree1b61e37629296b694f7b5c94331cd9d3900cf923
parenta15440ff7162c8cc0731e260cf4cacab5b998c62
Visual editor: Adapting for requirejs optimizer

- editor gets its own libraries instances
14 files changed:
entrypoint.js
libs/bootstrap/css/bootstrap-responsive.css [new file with mode: 0644]
libs/bootstrap/css/bootstrap-responsive.min.css [new file with mode: 0644]
libs/bootstrap/css/bootstrap.css [new file with mode: 0644]
libs/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
libs/bootstrap/img/glyphicons-halflings-white.png [new file with mode: 0644]
libs/bootstrap/img/glyphicons-halflings.png [new file with mode: 0644]
libs/bootstrap/js/bootstrap.js [new file with mode: 0644]
libs/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
libs/jquery-1.9.1.min.js [new file with mode: 0644]
libs/underscore-min.js [new file with mode: 0644]
modules.js [new file with mode: 0644]
modules/visualEditor.transformations.js
runner.js