Skip to content

Commit

Permalink
Fixed js dependencies in the blank theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rogyar committed Sep 17, 2017
1 parent 51df1fe commit 49ff112
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/code/Magento/Theme/view/frontend/requirejs-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ var config = {
},
deps: [
"jquery/jquery.mobile.custom",
"js/responsive",
"mage/common",
"mage/dataPost",
"js/theme",
"mage/bootstrap"
]
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

var config = {
deps: [
'Magento_Theme/js/responsive',
'Magento_Theme/js/theme'
]
};

0 comments on commit 49ff112

Please sign in to comment.