From 5b29fbc5f7ec5b03d34718d229393bc394c961cd Mon Sep 17 00:00:00 2001 From: squix78 Date: Thu, 10 Jul 2014 21:59:33 +0200 Subject: [PATCH] Add main definition to bower.json Add main definition, so that bower-concat knows which file to concatenate. Otherwise special setup is required. See https://github.com/sapegin/grunt-bower-concat, chapter "mainFiles" --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index 62fab23..a8d8947 100644 --- a/bower.json +++ b/bower.json @@ -2,6 +2,7 @@ "name": "angular-pull-to-refresh", "version": "0.3.0", "description": "angular-pull-to-refresh", + "main": "dist/angular-pull-to-refresh.js", "keywords": [ "angular" ],