fastlane / fastlane.tools

The website, powering fastlane.tools

Home Page:https://fastlane.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grunt fails due to compass

brennanMKE opened this issue · comments

It failed once it could not find the compass binary. Once I ran grunt --force it showed that it required

Warning: You need to have Ruby and Compass installed and in your system PATH for this task to work. More info: https://github.com/gruntjs/grunt-contrib-compass Used --force, continuing.

The initial error is shown below.

> grunt
Running Grunt in `Development` mode

Running "default" task

Running "compass:dist" (compass) task
Warning: Couldn't find the `compass` binary. Make sure it's installed and in your $PATH Use --force to continue.

Aborted due to warnings.

I worked it out. I will be submitting a PR soon which includes a README.md with instructions for setting up the website.

Thank you @brennanMKE 👍