Commit ba72c358 authored by David Stutz's avatar David Stutz

Merge pull request #402 from kayhadrin/feature/add-bower-ignore-settings

Only deploy the necessary files with Bower.
parents c46db13f f733b13e
......@@ -8,5 +8,15 @@
"dependencies": {
"jquery": ">= 1.11.0",
"bootstrap": ">= 2.3.2"
}
},
"ignore": [
"js/bootstrap-3*",
"js/jquery*",
"js/prettify*",
"css/bootstrap-3*",
"css/prettify*",
"*.html",
"*.git*",
"fonts"
]
}
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