mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-31 07:57:45 +03:00 
			
		
		
		
	Fix grunt task for travis CI
This commit is contained in:
		
							parent
							
								
									9971d49a0a
								
							
						
					
					
						commit
						b9ba8c93eb
					
				|  | @ -17,12 +17,14 @@ Package.onUse(function (api) { | ||||||
|   api.versionsFrom(['METEOR@0.9.0', 'METEOR@1.0']); |   api.versionsFrom(['METEOR@0.9.0', 'METEOR@1.0']); | ||||||
|   api.use('twbs:bootstrap@3.3.1'); |   api.use('twbs:bootstrap@3.3.1'); | ||||||
|   api.use('jquery'); |   api.use('jquery'); | ||||||
|   api.addFiles([ |   api.addAssets([ | ||||||
|     // we bundle all font files, but the client will request only one of them via the CSS @font-face rule
 |     // we bundle all font files, but the client will request only one of them via the CSS @font-face rule
 | ||||||
|     'dist/fonts/Material-Design-Icons.eot',  // IE8 or older
 |     'dist/fonts/Material-Design-Icons.eot',  // IE8 or older
 | ||||||
|     'dist/fonts/Material-Design-Icons.svg',  // SVG fallback for iOS < 5 - http://caniuse.com/#feat=svg-fonts, http://stackoverflow.com/a/11002874/126903
 |     'dist/fonts/Material-Design-Icons.svg',  // SVG fallback for iOS < 5 - http://caniuse.com/#feat=svg-fonts, http://stackoverflow.com/a/11002874/126903
 | ||||||
|     'dist/fonts/Material-Design-Icons.ttf',  // Android Browers 4.1, 4.3 - http://caniuse.com/#feat=ttf
 |     'dist/fonts/Material-Design-Icons.ttf',  // Android Browers 4.1, 4.3 - http://caniuse.com/#feat=ttf
 | ||||||
|     'dist/fonts/Material-Design-Icons.woff', // Supported by all modern browsers
 |     'dist/fonts/Material-Design-Icons.woff', // Supported by all modern browsers
 | ||||||
|  |   ], where); | ||||||
|  |   api.addFiles([ | ||||||
|     'dist/css/material.css', |     'dist/css/material.css', | ||||||
|     'dist/css/ripples.css', |     'dist/css/ripples.css', | ||||||
|     'dist/js/material.js', |     'dist/js/material.js', | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user