From 38ae0d5dc5d2cf86229319c28e3944972c0c9063 Mon Sep 17 00:00:00 2001 From: Jonathan Giannuzzi Date: Thu, 13 Oct 2016 10:01:26 +0200 Subject: [PATCH] Fix infinite-scroll --- bower.json | 2 +- gulpfile.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index d8c928f0..acc5cf19 100644 --- a/bower.json +++ b/bower.json @@ -69,7 +69,7 @@ "angular-translate-loader-partial": "~2.10.0", "angular-translate-loader-static-files": "~2.10.0", "angular-translate-interpolation-messageformat": "~2.10.0", - "ngInfiniteScroll": "^1.3.0", + "ngInfiniteScroll": "^1.3.1", "immutable": "~3.8.1", "bluebird": "~3.3.5", "intro.js": "~2.1.0", diff --git a/gulpfile.js b/gulpfile.js index 3fbc02a5..dd262697 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -176,7 +176,7 @@ paths.libs = [ paths.vendor + "raven-js/dist/raven.js", paths.vendor + "l.js/l.js", paths.vendor + "messageformat/locale/*.js", - paths.vendor + "ngInfiniteScroll/build/ng-infinite-scroll.js", + paths.vendor + "ngInfiniteScroll/dist/ng-infinite-scroll.js", paths.vendor + "immutable/dist/immutable.js", paths.vendor + "intro.js/intro.js", paths.vendor + "dragula.js/dist/dragula.js",