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

Weird format when minifying CSS #17

Closed
GhaziTriki opened this issue Oct 19, 2014 · 5 comments
Closed

Weird format when minifying CSS #17

GhaziTriki opened this issue Oct 19, 2014 · 5 comments

Comments

@GhaziTriki
Copy link

I am trying to minify the CSS http://fortawesome.github.io/Font-Awesome/assets/font-awesome/css/font-awesome.css and getting weird characters when doing it, some " " characters are added.

The minification is done by including this file in another one called "screen.css" using the following line

@import url("font-awesome.min.css");

The minification is automatically done by Fork CMS.

The linked issue is here forkcms/forkcms#750

@matthiasmullie
Copy link
Owner

Can you link to the (incorrectly) minified example with said " " characters? I just tried minifying myself and didn't see any such odd characters, so I'm not sure where to start looking for errors :)

@GhaziTriki
Copy link
Author

I am using a template we bought for a commerical project. Part of the CSS code is private. Can we look about having a chat session together to show you what I have?

@matthiasmullie
Copy link
Owner

Can you paste part of the CSS around where you encounter such odd characters, so that I know exactly which CSS incorrectly translate minifies into that?

I'm on irc.freenode.net, username: mlitn (I'm in #forkcms)

@matthiasmullie
Copy link
Owner

Should be fixed with 63b2eb3 & 362696f.

Please reopen if anything else remains broken!

@GhaziTriki
Copy link
Author

All working fine. Thank you !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants