From 1187bee3f3f6e0d04c4760ad18e6a33e9ec96ff8 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 16 Sep 2014 11:14:10 -0400 Subject: [PATCH] If a user is using a scaffolding tool like yeoman, including the css file in the main attribute will auto-inject it into the index.html. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 7b215a6..e53a204 100644 --- a/bower.json +++ b/bower.json @@ -19,7 +19,7 @@ "type": "git", "url": "git://github.com/DaftMonk/angular-tour.git" }, - "main": "./dist/angular-tour-tpls.min.js", + "main": ["./dist/angular-tour-tpls.min.js", "./dist/angular-tour.css"], "ignore": [ ".*", "node_modules",