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",