Skip to content

Commit af0a5ec

Browse files
committed
Strip tests, examples, and tgzs from distribution
Trims about 1MB off the size of strong-arc-*.tgz, bringing it back down to just below 10MB. Strip unused jQueryUI themes cuts 4MB from unpacked size. Strip unprocessed source for jQuery and moment, which are only used for rebuilding the distributed versions of those modules.
1 parent 3496531 commit af0a5ec

1 file changed

Lines changed: 34 additions & 2 deletions

File tree

.npmignore

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,39 @@
1-
node_modules
1+
node_modules/
22
.idea
33
.DS_Store
4-
client/test/integration/sandbox
54
*-xunit.xml
65
strong-arc-*.tgz
76
coverage
7+
devtools/examples/
8+
examples/
9+
build-deploy/test/
10+
client/test/
11+
process-manager/test/
12+
server/test/
13+
assets/
14+
test/
15+
*.less
16+
client/www/scripts/vendor/jquery/src
17+
client/www/scripts/vendor/moment/src
18+
client/www/scripts/vendor/jquery-ui/themes/black-tie
19+
client/www/scripts/vendor/jquery-ui/themes/blitzer
20+
client/www/scripts/vendor/jquery-ui/themes/cupertino
21+
client/www/scripts/vendor/jquery-ui/themes/dark-hive
22+
client/www/scripts/vendor/jquery-ui/themes/dot-luv
23+
client/www/scripts/vendor/jquery-ui/themes/eggplant
24+
client/www/scripts/vendor/jquery-ui/themes/excite-bike
25+
client/www/scripts/vendor/jquery-ui/themes/flick
26+
client/www/scripts/vendor/jquery-ui/themes/hot-sneaks
27+
client/www/scripts/vendor/jquery-ui/themes/humanity
28+
client/www/scripts/vendor/jquery-ui/themes/le-frog
29+
client/www/scripts/vendor/jquery-ui/themes/mint-choc
30+
client/www/scripts/vendor/jquery-ui/themes/overcast
31+
client/www/scripts/vendor/jquery-ui/themes/pepper-grinder
32+
client/www/scripts/vendor/jquery-ui/themes/redmond
33+
client/www/scripts/vendor/jquery-ui/themes/smoothness
34+
client/www/scripts/vendor/jquery-ui/themes/south-street
35+
client/www/scripts/vendor/jquery-ui/themes/start
36+
client/www/scripts/vendor/jquery-ui/themes/sunny
37+
client/www/scripts/vendor/jquery-ui/themes/swanky-purse
38+
client/www/scripts/vendor/jquery-ui/themes/trontastic
39+
client/www/scripts/vendor/jquery-ui/themes/vader

0 commit comments

Comments
 (0)