I just included Materialize in my project using bower, but unfortunately the fonts folder is keep missing from ./bower_components/materialize/dist/.
This is my bower.json
{
"name": "teahrm",
"authors": [
"Yusuf Ibrahim <mhyusufibrahim@gmail.com>"
],
"description": "teahrm web app",
"main": "",
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"underscore": "^1.8.3",
"backbone": "^1.3.3",
"backbone.localStorage": "Backbone.localStorage#^2.0.0"
}
I checked it directly to the github repository and cloned it using git on my local environment and I realized that the fonts/roboto folder is already there (~/test/materialize/dist).
My question is:
using the materialize version "0.99.0" in bower.json fix this problem