1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

dependency updates

This commit is contained in:
Matthias Kretschmann 2014-08-10 01:17:16 +02:00
parent 3644225099
commit 184feba9d7
2 changed files with 4 additions and 4 deletions

View File

@ -107,8 +107,8 @@ module.exports = function(grunt){
],
'<%= config.site %>/<%= config.assets.js %>/kremalicious3.min.js': [
'bower_components/jquery/dist/jquery.js',
'bower_components/infinitescroll/index.js',
'bower_components/masonry/index.js',
'bower_components/jquery-infinite-scroll/jquery.infinitescroll.js',
'bower_components/masonry/dist/masonry.pkgd.js',
'bower_components/imagesloaded/imagesloaded.js',
'bower_components/simpleJekyllSearch/index.js',
'bower_components/jquery.adaptive-background/index.js',

View File

@ -12,9 +12,9 @@
"normalize-opentype.css": ">=0.1.2",
"jquery": ">=2.0.3",
"picturefill": ">=1.2.1",
"masonry": "http://masonry.desandro.com/masonry.pkgd.min.js",
"masonry": ">=3.1.5",
"imagesloaded": ">=3.1.0",
"infinitescroll": "https://raw.github.com/paulirish/infinite-scroll/master/jquery.infinitescroll.js",
"jquery-infinite-scroll": ">=2.0.2",
"simpleJekyllSearch": "https://raw.github.com/christian-fei/Simple-Jekyll-Search/master/jekyll-search.jquery.js",
"jquery.adaptive-background": "https://raw.github.com/briangonzalez/jquery.adaptive-backgrounds.js/master/src/jquery.adaptive-backgrounds.js"
},