Commit 431c544f authored by Zlatan Vasović's avatar Zlatan Vasović

Update paths in bower.json

- Replace `*.html`, `docs/assets` and `examples` with `docs` (new directory)
- Instead of `_*`, it's just `_config.yml`, without regex (speeds up bower download a few milliseconds)
parent 7ba6daab
...@@ -11,13 +11,11 @@ ...@@ -11,13 +11,11 @@
], ],
"ignore": [ "ignore": [
"**/.*", "**/.*",
"*.html", "_config.yml",
"_*",
"CNAME", "CNAME",
"composer.json", "composer.json",
"CONTRIBUTING.md", "CONTRIBUTING.md",
"docs/assets", "docs",
"examples",
"js/tests" "js/tests"
], ],
"dependencies": { "dependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment