-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gulp/Elixir fonts issue #68
Comments
@JeffreyWay is there something weird happening here with Elixir? |
I'm tempted to switch them for a CDN version. |
Don't use a CDN, if someone wants to use the project internally (very possible) it'll cause issues. |
Fair point. At any rate I noticed we use glyphicons and font awesome. Let's use one or the other. |
Well font awesome has much better icons, and the others come with bootstrap
|
If we use the SCSS Bootstrap version, we could compile our own, thus dropping Glyphicons. |
I'm working on this now, but I'm having issues. Even though I've pulled in |
Currently the CSS are being loaded from
public/build/css
, so the fonts for Bootstrap and FontAwesome need to be withinpublic/build/fonts
.Currently I'm using the
copy
command:This works, however it throws an error if it is run when the fonts are already there, and seems to remove them... which sucks.
There is a publish command, however that doesn't work with
gulp watch
. Really not sure what to do.Currently while
watching
, I don't see the icons, but before pushing I have to rungulp
, to copy them in.EDIT:
This error occurs when running gulp, and the fonts are already there.
The text was updated successfully, but these errors were encountered: