diff options
| author | Richard Lai <[email protected]> | 2015-07-24 13:14:35 +0000 |
|---|---|---|
| committer | Richard Lai <[email protected]> | 2015-07-24 13:14:35 +0000 |
| commit | 88ccbf3f93d7dfeefd2e1695c4115a535fd2d98a (patch) | |
| tree | b0ef9801eca1a821a9ee41a471df356e1c3e70d1 /package.js | |
| parent | d8cae018f41fdd780e32e91bd76cd3f08b67ea70 (diff) | |
| download | bootstrap-88ccbf3f93d7dfeefd2e1695c4115a535fd2d98a.tar.xz bootstrap-88ccbf3f93d7dfeefd2e1695c4115a535fd2d98a.zip | |
Add support for Meteor 1.2
Diffstat (limited to 'package.js')
| -rw-r--r-- | package.js | 4 |
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'); |
