half-pipe / half-pipe

The Rails asset pipeline replacement for picky front-end developers
MIT License
345 stars 26 forks source link

Sass:debug failing (Option Parser::Invalid Option) #110

Open luchia opened 9 years ago

luchia commented 9 years ago

Hi guys, I've followed the instructions as per ReadMe and the installation has no errors or warnings. However, when I run grunt server, I am getting the following error log:

Running "clean:0" (clean) task
Cleaning "tmp/half-pipe"...OK

Running "copy:prepare" (copy) task
Copied 10 files

Running "requirejs:debug" (requirejs) task

Running "sass:debug" (sass) task
 OptionParser::InvalidOption: invalid option: --sourcemap
  Use --trace for backtrace.
  Warning: Exited with error code 1 Use --force to continue.

Aborted due to warnings.

Hopefully you can help me out, I've checked StackOverflow and can't see anything on there in relation to half-pipe. Thanks for your help.

LSERRE commented 9 years ago

I have the same thing

jkowens commented 9 years ago

The sourcemap option was added in Sass 3.3.0, so my guess is that they had an older version installed. In Sass 3.4.0 sourcemaps are generated by default, so I don't think this option needs to be set in the generated task anymore.