aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-04 22:29:45 -0700
committerMark Otto <[email protected]>2015-08-04 22:29:45 -0700
commit1ddc3f5e21d8a7df6fdec100c48c82aaf8751a83 (patch)
tree9a9380632e1a113b1fe0f8aa72be25bfb0fd7fad /package.js
parent8ee9da2f54bcf7da2fc599a93e2d53a78be3ce9f (diff)
parentab412b2404d12a3c55d1c4b798bd42ef32e80fab (diff)
downloadbootstrap-1ddc3f5e21d8a7df6fdec100c48c82aaf8751a83.tar.xz
bootstrap-1ddc3f5e21d8a7df6fdec100c48c82aaf8751a83.zip
Merge branch 'master' into v4m
Diffstat (limited to 'package.js')
-rw-r--r--package.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.js b/package.js
index 81d42a68f..9b98df951 100644
--- a/package.js
+++ b/package.js
@@ -18,7 +18,9 @@ Package.onUse(function (api) {
'dist/fonts/glyphicons-halflings-regular.svg',
'dist/fonts/glyphicons-halflings-regular.ttf',
'dist/fonts/glyphicons-halflings-regular.woff',
- 'dist/fonts/glyphicons-halflings-regular.woff2',
+ 'dist/fonts/glyphicons-halflings-regular.woff2'
+ ], 'client', { isAsset: true });
+ api.addFiles([
'dist/css/bootstrap.css',
'dist/js/bootstrap.js'
], 'client');