diff options
| author | Chris Rebert <[email protected]> | 2014-01-09 09:59:30 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-09 09:59:30 -0800 |
| commit | 1fc68c3560548cddb68eec90a814dca97733c92f (patch) | |
| tree | 3ac20f3e6d6aa3286350aa8201445b40207b6f06 | |
| parent | 489614112144276bc0aed8fee2b858db74ab251b (diff) | |
| parent | 431c544fbc5a90a3c58442a58d4d405b05d91ef2 (diff) | |
| download | bootstrap-1fc68c3560548cddb68eec90a814dca97733c92f.tar.xz bootstrap-1fc68c3560548cddb68eec90a814dca97733c92f.zip | |
Merge pull request #12163 from ZDroid/wrong-paths
Update paths in bower.json
| -rw-r--r-- | bower.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bower.json b/bower.json index 900ab42a6..c63fbf1e7 100644 --- a/bower.json +++ b/bower.json @@ -11,13 +11,11 @@ ], "ignore": [ "**/.*", - "*.html", - "_*", + "_config.yml", "CNAME", "composer.json", "CONTRIBUTING.md", - "docs/assets", - "examples", + "docs", "js/tests" ], "dependencies": { |
