Created
December 28, 2017 13:28
-
-
Save andreibabor/85fe7334e2ba764ea215f99a84ffd6c5 to your computer and use it in GitHub Desktop.
wordpress install font awesome on sage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/*" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
trebuie pus partea cu overrides in bower.json