Updates bower file to correct ignore path for source

It was ignoring "src" folder which has been changed to "source" so added
source in bower ignores. Fix #455
This commit is contained in:
anshulguleria 2015-08-27 11:47:47 +05:30
parent a4a9fe8081
commit 530e9c93b2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"main": "./animate.css",
"ignore": [
".*",
"src",
"source",
"*.yml",
"Gemfile",
"Gemfile.lock",