Skip to content

Commit 3da4a13

Browse files
committed
fix(bootstrap): some plugins have ordering dependencies
Re-arrange ordering dependencies and trailing comma
1 parent d558af3 commit 3da4a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: app/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,14 @@ Generator.prototype.bootstrapJS = function bootstrapJS() {
219219
'bower_components/sass-bootstrap/js/alert.js',
220220
'bower_components/sass-bootstrap/js/button.js',
221221
'bower_components/sass-bootstrap/js/carousel.js',
222+
'bower_components/sass-bootstrap/js/transition.js',
222223
'bower_components/sass-bootstrap/js/collapse.js',
223224
'bower_components/sass-bootstrap/js/dropdown.js',
224225
'bower_components/sass-bootstrap/js/modal.js',
225-
'bower_components/sass-bootstrap/js/popover.js',
226226
'bower_components/sass-bootstrap/js/scrollspy.js',
227227
'bower_components/sass-bootstrap/js/tab.js',
228228
'bower_components/sass-bootstrap/js/tooltip.js',
229-
'bower_components/sass-bootstrap/js/transition.js',
229+
'bower_components/sass-bootstrap/js/popover.js'
230230
]);
231231
};
232232

0 commit comments

Comments
 (0)