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

Ruby and Sass are required to build tranquilpeak #13

Closed
haichao592 opened this issue May 17, 2015 · 3 comments
Closed

Ruby and Sass are required to build tranquilpeak #13

haichao592 opened this issue May 17, 2015 · 3 comments

Comments

@haichao592
Copy link

When I run grunt Build or grunt sass to build the theme or compile scss files, an warning shows that `You need to have Ruby and Sass installed and in your PATH for this task to work. It happens when ruby is not installed.

@haichao592
Copy link
Author

Solution:

  1. Install ruby. For fedora users just run yum install ruby.
  2. Run gem install sass.
    Then you're done and you can build the theme without error.
    PS: Even though grunt-contrib-sass will be installed when we run npm install, ruby and sass is still necessary to build the theme.

@LouisBarranqueiro
Copy link
Owner

Thank you, i'm working on to use only node.js dependencies. :)

@LouisBarranqueiro
Copy link
Owner

The version 1.0.2 resolve this issue. Thank you for the idea :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants