north / generator-style-prototype

Yeoman Generator for Style Prototypes
362 stars 49 forks source link

'grunt server' fails on Windows #46

Closed webmaven closed 10 years ago

webmaven commented 10 years ago

To successfully watch on Windows, Compass needs the wdm gem, which requires the DevKit for installation.

I am now able to install DevKit and wdm to the system, but can't figure out how to now get it into the bundle that Style Prototype is using.

Snugug commented 10 years ago

Add the gem to compass->dependencies in config.yml. Please also file an issue with Compass if that dependency isn't automatically fulfilled with Bundler.

webmaven commented 10 years ago

Thanks, that worked!

There are issues already, but they've been closed: https://github.com/chriseppstein/compass/issues/1410 https://github.com/chriseppstein/compass/issues/1470

I don't understand what's happening here well enough to be confident of re-opening the issues.

EDIT: Looks like it is getting mentioned in other issues that are open, like https://github.com/chriseppstein/compass/issues/1548#issuecomment-34429572

Snugug commented 10 years ago

I'll take a look at those issues.