-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.slug-post-clean
More file actions
56 lines (47 loc) · 1.38 KB
/
.slug-post-clean
File metadata and controls
56 lines (47 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# This file follows the format of bash globs (allowing wildcards like *.log). The intent is to indicate files that
# are used for the build, but are unneeded by the runtime; they're removed at the end of the build process by our
# buildpack at https://github.com/realtymaps/heroku-buildpack-post-build-clean (This helps reduce slug size and speeds
# up deploy.)
# To indicate files not needed for the build or for the runtime app, see .slugclean
# all frontend files have been built and/or copied to _public
frontend
# spec-related files
spec
#client side libs
node_modules/angular*
node_modules/d3*
node_modules/flickity*
node_modules/leaflet*
node_modules/jsonformatter
node_modules/ng-img-crop-full-extended
node_modules/rangy
node_modules/rework-plugin-url
node_modules/ui-*
node_modules/restangular
node_modules/rmaps-angular-utils
node_modules/textangular
node_modules/ng-infinite-scroll
# misc build and script related deps
node_modules/less
node_modules/istanbul
node_modules/chai
node_modules/coffee-script-mapped
node_modules/coffeelint
node_modules/globby
node_modules/jasmine-core
node_modules/rewire
node_modules/stylus
node_modules/less
node_modules/vinyl-*
# karma deps
node_modules/karma*
# browserify deps
node_modules/browserify*
node_modules/coffeeify
node_modules/jadeify
node_modules/stylusify
node_modules/watchify
# gulp deps
node_modules/gulp-*
#tmp - template scripts etc
tmp