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

Option to run haml with bundle exec #31

Open
sibsfinx opened this issue Jun 10, 2014 · 1 comment
Open

Option to run haml with bundle exec #31

sibsfinx opened this issue Jun 10, 2014 · 1 comment

Comments

@sibsfinx
Copy link

Is there any option to compile haml with bundle exec haml not just haml? In order not to require global haml installation and use one from Gemfile instead.

@sman591
Copy link

sman591 commented Jul 30, 2017

Doesn't look like there's an explicit option for it, but you can manually set the rubyHamlCommand to use bundle:

options: {
  language: 'ruby',
  rubyHamlCommand: 'bundle exec haml -t ugly'
}

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