Skip to content

Commit 50e6959

Browse files
committed
Add non-dist files to bower.json ignore property.
When distributing the package through bower, all build, test, and documenation requirements can be ignored. Results in a smaller package and faster deployment.
1 parent d407ddf commit 50e6959

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bower.json

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
},
77
"main": ["dist/jquery-ui-timepicker-addon.js", "dist/jquery-ui-timepicker-addon.css"],
88
"ignore": [
9+
"/CONTRIBUTING.md",
10+
"/Gruntfile.js",
11+
"/README.md",
12+
"/composer.json",
13+
"/jquery-ui-timepicker-addon.json",
14+
"/lib",
15+
"/package.json",
16+
"/src",
17+
"/test"
918
],
1019
"dependencies": {
1120
}

0 commit comments

Comments
 (0)