Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 81d42a68f8..9b98df9518 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');