]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add support for Meteor 1.2 16877/head
authorRichard Lai <it.rclai@gmail.com>
Fri, 24 Jul 2015 13:14:35 +0000 (13:14 +0000)
committerRichard Lai <it.rclai@gmail.com>
Fri, 24 Jul 2015 13:14:35 +0000 (13:14 +0000)
package.js

index 81d42a68f8cbbddb96e80ee4bac2f5509237ffdc..9b98df9518c1c843a7ceca908d1a56fb21ad134d 100644 (file)
@@ -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');