Skip to content

Commit

Permalink
Changed fonts path in bower.json
Browse files Browse the repository at this point in the history
From now on the files inside the dist folder are used.
This should make the bower package a little bit smaller
  • Loading branch information
tomscholz committed Jul 3, 2017
1 parent 78f64f5 commit 0fdc0a2
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"main": [
"dist/js/materialize.js",
"dist/css/materialize.css",
"fonts/roboto/Roboto-Bold.woff",
"fonts/roboto/Roboto-Bold.woff2",
"fonts/roboto/Roboto-Light.woff",
"fonts/roboto/Roboto-Light.woff2",
"fonts/roboto/Roboto-Medium.woff",
"fonts/roboto/Roboto-Medium.woff2",
"fonts/roboto/Roboto-Regular.woff",
"fonts/roboto/Roboto-Regular.woff2",
"fonts/roboto/Roboto-Thin.woff",
"fonts/roboto/Roboto-Thin.woff2"
"dist/fonts/roboto/Roboto-Bold.woff",
"dist/fonts/roboto/Roboto-Bold.woff2",
"dist/fonts/roboto/Roboto-Light.woff",
"dist/fonts/roboto/Roboto-Light.woff2",
"dist/fonts/roboto/Roboto-Medium.woff",
"dist/fonts/roboto/Roboto-Medium.woff2",
"dist/fonts/roboto/Roboto-Regular.woff",
"dist/fonts/roboto/Roboto-Regular.woff2",
"dist/fonts/roboto/Roboto-Thin.woff",
"dist/fonts/roboto/Roboto-Thin.woff2"
],
"ignore": [
"jade/",
Expand All @@ -35,6 +35,7 @@
"bower.json",
"README.md",
"images/",
"fonts",
"js/jquery.timeago.js",
"js/init.js",
"js/prism.js",
Expand Down

0 comments on commit 0fdc0a2

Please sign in to comment.