Skip to content

Commit 4a91b34

Browse files
committed
Merge pull request CodeByZach#96 from aroben/slimmer-bower-package
Exclude docs, tests, and other development-only files from Bower package
2 parents eff879e + 416dd00 commit 4a91b34

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

bower.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@
2323
],
2424
"license": "MIT",
2525
"ignore": [
26+
".*",
27+
"Gruntfile.coffee",
28+
"bower_components",
29+
"docs",
2630
"node_modules",
27-
"bower_components"
31+
"package.json",
32+
"templates",
33+
"tests"
2834
]
2935
}

0 commit comments

Comments
 (0)