From b2ea7833066a06d4b80240fc7c46e7d623fb9d06 Mon Sep 17 00:00:00 2001 From: Daniel Jacob Archer Date: Wed, 18 Feb 2015 18:35:41 -0800 Subject: [PATCH] Update bower.json to whitelist for Rails Assets --- bower.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 8f51944..07cda00 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,10 @@ "Adam Schwartz " ], "description": "Beautiful, functional, dialogs in Javascript", - "main": "coffee/vex.coffee", + "main": [ + "css/*", + "js/*.js" + ], "keywords": [ "dialog", "modal",