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

Using jekyll-less on Codeship #12

Open
jekyll-mini-blog opened this issue Feb 8, 2016 · 1 comment
Open

Using jekyll-less on Codeship #12

jekyll-mini-blog opened this issue Feb 8, 2016 · 1 comment

Comments

@jekyll-mini-blog
Copy link

The plugin doesn't compile properly becuse of a dependency issue - Codeship gives an error message saying that the plugin also needs theruberrace gem. This can be added to the readme file by asking the user to add:
gem 'therubyracer', '~> 0.12.2'

To the gemfile and additionally, to add:
gems: ['jekyll-less', 'therubyracer']

To the _config.yml

Please let me know if this issue occurs on other platforms too, if so, I'll add a quick thing to the readme and send in a pull request. Cheers!

@martynchamberlin
Copy link

Yes, this problem also occurred for me when attempting to set up this plugin locally on macOS. therubyracer is definitely a required dependency for this. Adding it to my Gemfile fixed the problem.

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