Commit 335f486b authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #16877 from Profab/for-plugin-preview

Add support for Meteor 1.2
parents 76594dbb 88ccbf3f
3 merge requests!28721Hot test,!22103test,!25326Adjust examples
Showing with 3 additions and 1 deletion
+3 -1
...@@ -18,7 +18,9 @@ Package.onUse(function (api) { ...@@ -18,7 +18,9 @@ Package.onUse(function (api) {
'dist/fonts/glyphicons-halflings-regular.svg', 'dist/fonts/glyphicons-halflings-regular.svg',
'dist/fonts/glyphicons-halflings-regular.ttf', 'dist/fonts/glyphicons-halflings-regular.ttf',
'dist/fonts/glyphicons-halflings-regular.woff', '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/css/bootstrap.css',
'dist/js/bootstrap.js' 'dist/js/bootstrap.js'
], 'client'); ], '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