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

Coverter plugins seens to be not working on version 0.10.0 #277

Closed
mergulhao opened this issue Feb 2, 2011 · 4 comments
Closed

Coverter plugins seens to be not working on version 0.10.0 #277

mergulhao opened this issue Feb 2, 2011 · 4 comments

Comments

@mergulhao
Copy link

Can anyone confirm this? I tried the example on Wiki and it doesn't work. I did exactly what is there, including the yaml empty stuff.

Thanks.

@mergulhao
Copy link
Author

Anyone?

@cwu
Copy link

cwu commented May 20, 2011

A bit late to the party here but I ran into the same problem. I was using a SCSS converter plugin.

In my _config.yml i had safe: true.
If I changed it to safe: false or just removed it (defaults to false) the plugin runs just fine.

@mergulhao
Copy link
Author

Uhnnn. I decided to use compass instead of only scss. So I create a file called _plugins/compass.rb with the following content:

Jekyll::Site.class_eval do
  def process_with_compass
    `compass compile`
    process_without_compass
  end

  alias_method :process_without_compass, :process
  alias_method :process, :process_with_compass
end

It's a hack, but it's working fine.

@parkr
Copy link
Member

parkr commented Jan 2, 2013

Should be just fine now – re-open this issue if it still exists in 0.12.0. Thanks!

@parkr parkr closed this as completed Jan 2, 2013
@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants