Skip to content

Instantly share code, notes, and snippets.

@andreibabor
Created December 28, 2017 13:28
Show Gist options
  • Save andreibabor/85fe7334e2ba764ea215f99a84ffd6c5 to your computer and use it in GitHub Desktop.
Save andreibabor/85fe7334e2ba764ea215f99a84ffd6c5 to your computer and use it in GitHub Desktop.
wordpress install font awesome on sage
bower install --save fontawesome
gulp
gulp watch
plus inserare overrides
{
"name": "sage",
"homepage": "https://roots.io/sage/",
"authors": [
"Ben Word <[email protected]>"
],
"license": "MIT",
"private": true,
"dependencies": {
"bootstrap": "git://github.com/twbs/bootstrap.git#v4.0.0-alpha.4",
"font-awesome": "fontawesome#^4.6.3"
},
"overrides": {
"font-awesome": {
"main": [
"./scss/font-awesome.scss",
"./fonts/*"
]
}
}
}
@andreibabor
Copy link
Author

trebuie pus partea cu overrides in bower.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment