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

Breaking when using Drush #12

Open
antoinelafontaine opened this issue Jul 1, 2012 · 1 comment
Open

Breaking when using Drush #12

antoinelafontaine opened this issue Jul 1, 2012 · 1 comment

Comments

@antoinelafontaine
Copy link

When using a peroxide based theme and trying to do a 'drush dl' I get the following error:

Error: Class 'SassParser' not found in /peroxide/peroxide.engine, line 186

I have Sass (ruby gem version of) installed and there a is check done in your engine code that fails to load The SassParser when in a Drush run.

  // Test for Ruby version first
  @exec("sass -v", $op, $ret);
  if($ret != 0) {
    include_once $path . 'phamlp/sass/SassParser.php';
  }

I can, for now, easily mitigate that by removing the check.

@dminca
Copy link

dminca commented Jul 19, 2015

👍 also got the same issue...

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