aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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');