Skip to content

Commit

Permalink
Change swiper.jquery.js to swiper.jquery.umd.js to fix #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
panteng committed May 16, 2016
1 parent 3ad4d09 commit adc51a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/vendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ module.exports = {

javascripts: [
'node_modules/jquery/dist/jquery.js',
'node_modules/swiper/dist/js/swiper.jquery.js'
'node_modules/swiper/dist/js/swiper.jquery.umd.js'
],

fonts: [
// if you need font-awesome
// 'node_modules/font-awesome/fonts/*'
]
};
};

0 comments on commit adc51a9

Please sign in to comment.