Commit 88ccbf3f authored by Richard Lai's avatar Richard Lai
Browse files

Add support for Meteor 1.2

parent d8cae018
4 merge requests!28721Hot test,!22103test,!16877Add support for Meteor 1.2,!25326Adjust examples
Showing with 3 additions and 1 deletion
+3 -1
......@@ -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');
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment