Skip to content

Commit cbd2ff3

Browse files
author
FezVrasta
committed
fixed meteor
1 parent 80fc8a1 commit cbd2ff3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Thumbs.db
1010
.grunt/
1111
/bower_components/
1212
.build*
13+
/_SpecRunner.html

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Package.onUse(function (api) {
2323
'dist/fonts/Material-Design-Icons.svg', // SVG fallback for iOS < 5 - http://caniuse.com/#feat=svg-fonts, http://stackoverflow.com/a/11002874/126903
2424
'dist/fonts/Material-Design-Icons.ttf', // Android Browers 4.1, 4.3 - http://caniuse.com/#feat=ttf
2525
'dist/fonts/Material-Design-Icons.woff', // Supported by all modern browsers
26-
'dist/css/material-wfont.css', // includes @font-face rules to load the Roboto font
26+
'dist/css/material.css', // includes only the primary color variations
2727
'dist/css/ripples.css',
2828
'dist/js/material.js',
2929
'dist/js/ripples.js',

0 commit comments

Comments
 (0)