Skip to content

Commit

Permalink
Fixes: #1928
Browse files Browse the repository at this point in the history
  • Loading branch information
canstudios-louisem committed Mar 22, 2018
1 parent 0cc8e8f commit 0ace118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = function(grunt) {
{
expand: true,
flatten: true,
src: ['frontend/src/core/libraries/ace/**/*'],
src: ['frontend/src/libraries/ace/*'],
dest: 'frontend/build/js/ace'
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ define(function(require) {
this.setValue(this.value);

_.defer(_.bind(function() {
window.ace.config.set("basePath", "./build/js/ace");
window.ace.config.set("basePath", "./js/ace");
this.editor = window.ace.edit(this.$el[0]);

var session = this.editor.getSession();
Expand Down

0 comments on commit 0ace118

Please sign in to comment.