aboutsummaryrefslogtreecommitdiff
path: root/javascript/ember-cli-build.js
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/ember-cli-build.js')
-rw-r--r--javascript/ember-cli-build.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/ember-cli-build.js b/javascript/ember-cli-build.js
index 0178882..8a2f7bc 100644
--- a/javascript/ember-cli-build.js
+++ b/javascript/ember-cli-build.js
@@ -12,7 +12,7 @@ module.exports = function(defaults) {
includePolyfill: true
}
});
- app.import('vendor/jquery-ui-1.12.1.custom/jquery-ui.min.js')// only draggable and resizable
+ app.import('vendor/jquery-ui-1.12.1.custom/jquery-ui.min.js')// only draggable and resizable
app.import('vendor/jquery-ui-1.12.1.custom/jquery-ui.structure.min.css')
app.import('node_modules/jstree/dist/jstree.min.js');
app.import('node_modules/jstree/dist/themes/default/style.min.css');