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:
authorRichard Lai <it.rclai@gmail.com>2015-07-24 16:14:35 +0300
committerRichard Lai <it.rclai@gmail.com>2015-07-24 16:14:35 +0300
commit88ccbf3f93d7dfeefd2e1695c4115a535fd2d98a (patch)
treeb0ef9801eca1a821a9ee41a471df356e1c3e70d1 /package.js
parentd8cae018f41fdd780e32e91bd76cd3f08b67ea70 (diff)
Add support for Meteor 1.2
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 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');