Skip to content

Fix assets syntax errors#4

Open
radanskoric wants to merge 2 commits into
browsermedia:masterfrom
radanskoric:fix_assets_syntax_errors
Open

Fix assets syntax errors#4
radanskoric wants to merge 2 commits into
browsermedia:masterfrom
radanskoric:fix_assets_syntax_errors

Conversation

@radanskoric
Copy link
Copy Markdown

Some css files are using:

filter: alpha(opacity:50)

That is incorrect css syntax. Instead, "opacity=50" should be used. If assets pipeline is enabled with Sass compiler it will throw an error during rake assets:precompile task. For example that prevents a project that uses it to be deployed to Heroku.

This pull requests fixes those occurences of opacity filter.

@radanskoric
Copy link
Copy Markdown
Author

Is there something I can do to get this merged in? Is there something wrong with the changesets?

Thank you in advance.

@iaddict
Copy link
Copy Markdown

iaddict commented Jul 6, 2013

+1 for this patch

Please merge, otherwise this plugin is rather unusable on production systems where the assets need to be precompiled. The precompiler fails awfully because of the syntax errors.

Thanks!

@micred
Copy link
Copy Markdown

micred commented Jan 22, 2014

+1

1 similar comment
@rordeix
Copy link
Copy Markdown

rordeix commented Feb 18, 2014

+1

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

Successfully merging this pull request may close these issues.

4 participants