Fix jQuery-ui fails

This commit is contained in:
Tom Price
2016-08-09 18:40:47 +01:00
parent 60cf5dbb71
commit f0f88470a1
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ module.exports = function (defaults) {
app.import('bower_components/bootstrap-select/dist/js/bootstrap-select.js');
app.import('bower_components/ajax-bootstrap-select/dist/js/ajax-bootstrap-select.js');
app.import('bower_components/jQuery UI Sortable/jquery-ui-sortable.js');
app.import('bower_components/jquery-ui/jquery-ui.js');
return app.toTree();
};