matthodan / jekyll-asset-pipeline

Powerful asset pipeline for Jekyll that collects, converts and compresses JavaScript and CSS assets
http://www.matthodan.com/2012/11/22/jekyll-asset-pipeline.html
MIT License
364 stars 31 forks source link

doesn't work in github pages #12

Closed caarlos0 closed 11 years ago

caarlos0 commented 11 years ago

I'm updated my blog to use it, locally, it works like a charm, but when I put it on github, I got an "build failed" error.

Is it normal?

caarlos0 commented 11 years ago

BTW, the code: https://github.com/caarlos0/caarlos0.github.com

matthodan commented 11 years ago

This doesn't surprise me-- Github does not execute arbitrary ruby code (i.e. via plugins) on their servers. Since Jekyll Asset Pipeline is a plugin, it will be blocked. I can't be sure what specifically causes the "build failure" without seeing the stack trace.

caarlos0 commented 11 years ago

Yeah, was the plugin. Just removed it and it worked again.

That's sad, your plugin is really awesome. Congratulations for your great work.

On Fri, Jan 18, 2013 at 9:07 PM, Matt Hodan notifications@github.comwrote:

This doesn't surprise me-- Github does not let people execute arbitrary ruby code on their servers. Since this is a plugin, it will be blocked. I can't be sure what specifically causes the "build failure" without seeing the stack trace.

— Reply to this email directly or view it on GitHubhttps://github.com/matthodan/jekyll-asset-pipeline/issues/12#issuecomment-12445127.

Atenciosamente, Carlos Alexandro Becker http://caarlos0.github.com/about

lattejed commented 11 years ago

It's very easy to use Jekyll's local output for GitHub pages. One way of doing it here in the README: https://github.com/mbenjaminsmith/mbenjaminsmith.github.com

caarlos0 commented 11 years ago

hmm, OK, thanks!

On Tue, Jan 22, 2013 at 3:49 AM, Matthew Smith notifications@github.comwrote:

It's very easy to use Jekyll's local output for GitHub pages. One way of doing it here in the README: https://github.com/mbenjaminsmith/mbenjaminsmith.github.com

— Reply to this email directly or view it on GitHubhttps://github.com/matthodan/jekyll-asset-pipeline/issues/12#issuecomment-12531591.

Atenciosamente, Carlos Alexandro Becker http://caarlos0.github.com/about