Skip to content
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

Closed
Ehesp opened this issue Dec 4, 2014 · 7 comments
Closed

Gulp/Elixir fonts issue #68

Ehesp opened this issue Dec 4, 2014 · 7 comments
Labels
Help Wanted Issues that need more help
Milestone

Comments

@Ehesp
Copy link
Contributor

Ehesp commented Dec 4, 2014

Currently the CSS are being loaded from public/build/css, so the fonts for Bootstrap and FontAwesome need to be within public/build/fonts.

Currently I'm using the copy command:

.copy('app/assets/bower_components/bootstrap/dist/fonts/', 'public/build/fonts')
.copy('app/assets/bower_components/fontawesome/fonts/', 'public/build/fonts');

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 run gulp, to copy them in.

EDIT:

Error: ENOENT, open '/Users/elliothesp/Documents/Code/Cachet/application/public/build/fonts/glyphicons-halflings-regular.eot'

This error occurs when running gulp, and the fonts are already there.

@Ehesp Ehesp added the Help Wanted Issues that need more help label Dec 4, 2014
@jbrooksuk
Copy link
Member

@JeffreyWay is there something weird happening here with Elixir?

@jbrooksuk
Copy link
Member

I'm tempted to switch them for a CDN version.

@Ehesp
Copy link
Contributor Author

Ehesp commented Dec 8, 2014

Don't use a CDN, if someone wants to use the project internally (very possible) it'll cause issues.

@jbrooksuk
Copy link
Member

Fair point.

At any rate I noticed we use glyphicons and font awesome. Let's use one or the other.

@Ehesp
Copy link
Contributor Author

Ehesp commented Dec 8, 2014

Well font awesome has much better icons, and the others come with bootstrap
which we currently use so they're there anyway.
On 8 Dec 2014 17:18, "James Brooks" notifications@github.com wrote:

Fair point.

At any rate I noticed we use glyphicons and font awesome. Let's use one or
the other.


Reply to this email directly or view it on GitHub
#68 (comment).

@jbrooksuk
Copy link
Member

If we use the SCSS Bootstrap version, we could compile our own, thus dropping Glyphicons.

@jbrooksuk
Copy link
Member

I'm working on this now, but I'm having issues. Even though I've pulled in bootstrap-sass-official then copied _bootstrap.scss into our assets/sass directory and then removed Glyphicons, they're still compiling in.

@GrahamCampbell GrahamCampbell modified the milestone: V0.1.0 Alpha Jul 25, 2015
@efriel efriel mentioned this issue May 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Issues that need more help
Projects
None yet
Development

No branches or pull requests

3 participants