mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-19 17:21:52 +00:00
Merge pull request #16877 from Profab/for-plugin-preview
Add support for Meteor 1.2
This commit is contained in:
commit
335f486ba6
1 changed files with 3 additions and 1 deletions
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue