Skip to content

Commit

Permalink
Merge pull request #108 from danieljacobarcher/master
Browse files Browse the repository at this point in the history
Update bower.json to whitelist for Rails Assets
  • Loading branch information
adamschwartz committed Feb 19, 2015
2 parents 9de3120 + b2ea783 commit 1425628
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"Adam Schwartz <[email protected]>"
],
"description": "Beautiful, functional, dialogs in Javascript",
"main": "coffee/vex.coffee",
"main": [
"css/*",
"js/*.js"
],
"keywords": [
"dialog",
"modal",
Expand Down

0 comments on commit 1425628

Please sign in to comment.