Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
88ccbf3f
Commit
88ccbf3f
authored
9 years ago
by
Richard Lai
Browse files
Options
Download
Email Patches
Plain Diff
Add support for Meteor 1.2
parent
d8cae018
4 merge requests
!28721
Hot test
,
!22103
test
,
!16877
Add support for Meteor 1.2
,
!25326
Adjust examples
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.js
+3
-1
package.js
with
3 additions
and
1 deletion
+3
-1
package.js
+
3
-
1
View file @
88ccbf3f
...
...
@@ -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
'
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets