Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
okeanos-LoD
Commits
c17b1c49
Commit
c17b1c49
authored
Mar 28, 2016
by
Georgios Ouzounis
Browse files
Upgraded AdminLTE query version to 2.2.0
parent
3bbd760e
Changes
2
Hide whitespace changes
Inline
Side-by-side
central_service/app/frontend/ember-cli-build.js
View file @
c17b1c49
...
...
@@ -19,7 +19,7 @@ module.exports = function(defaults) {
// please specify an object with the list of modules as keys
// along with the exports of each module as its value.
app
.
import
(
app
.
bowerDirectory
+
'
/AdminLTE/plugins/jQuery/jQuery-2.
1.4
.min.js
'
);
app
.
import
(
app
.
bowerDirectory
+
'
/AdminLTE/plugins/jQuery/jQuery-2.
2.0
.min.js
'
);
app
.
import
(
app
.
bowerDirectory
+
'
/AdminLTE/plugins/jQueryUI/jquery-ui.min.js
'
);
app
.
import
(
app
.
bowerDirectory
+
'
/handlebars/handlebars.js
'
);
//app.import(app.bowerDirectory + '/bootstrap/dist/js/bootstrap.js');
...
...
webapp/frontend/ember-cli-build.js
View file @
c17b1c49
...
...
@@ -19,7 +19,7 @@ module.exports = function(defaults) {
// please specify an object with the list of modules as keys
// along with the exports of each module as its value.
app
.
import
(
app
.
bowerDirectory
+
'
/AdminLTE/plugins/jQuery/jQuery-2.
1.4
.min.js
'
);
app
.
import
(
app
.
bowerDirectory
+
'
/AdminLTE/plugins/jQuery/jQuery-2.
2.0
.min.js
'
);
app
.
import
(
app
.
bowerDirectory
+
'
/AdminLTE/plugins/jQueryUI/jquery-ui.min.js
'
);
app
.
import
(
app
.
bowerDirectory
+
'
/handlebars/handlebars.js
'
);
//app.import(app.bowerDirectory + '/bootstrap/dist/js/bootstrap.js');
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment