docpad / docpad-plugin-sass

Adds support for the SASS and SCSS CSS pre-processors to DocPad. It also supports the Compass framework.
Other
13 stars 6 forks source link

Sass plugin doesn't work after DocPad update #25

Closed diessica closed 10 years ago

diessica commented 10 years ago

I recently updated the DocPad and, suddenly, Sass plugin doesn't work anymore.

Version: docpad: v6.55.8 docpad-plugin-sass: v2.6.1

I've done several tests and the CSS file isn't generated at all.

info: Generating...
info: Generated 0/7 files in 0.014 seconds
info: Regenerated at 13:52:29

And that is all. Any suggestions?

balupton commented 10 years ago

Can you post the link to your repo? I'll take a look, as it is likely we broke something with the DocPad v6.55 release.

Does DocPad v6.54 work?

diessica commented 10 years ago

With v6.54 everything was fine...

You say this?

(Just out of curiosity, you can use an old version of DocPad?)

AAverin commented 10 years ago

Just installed Docpad. I have 6.57.2 and latest sass plugin with Rails installed (no Compass) i get warning: Rendering the extension "scss" to "css" on "styles\style.css.scss" didn't do anything. Explanation here: http://docpad.org/extension-not-rendering Is it related to this issue?

diessica commented 10 years ago

@AAverin, I also have this issue with the older DocPad version, then I don't think so...

AAverin commented 10 years ago

This is really bad news, I really wanted to use sass in my blog implementation - have no problem using sass directly in other projects. Waiting for some update on this issue.

balupton commented 10 years ago

Does doing npm install --save docpad-plugin-sass@2.6.0 fix the issue?

AAverin commented 10 years ago

No. Also tried upgrading to new docpad version and upgade failes with shasum check. OS Win7

balupton commented 10 years ago

Try again with the latest plugin version. If you get a comapss error, I've added instructions to the readme on how to fix it. Let me know if it is still an issue.