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

scssPath & sassPath opts now could be arrays #26

Closed andruhon closed 10 years ago

andruhon commented 10 years ago

If you want to use bundler you can set something like this in docpad.coffee: plugins: sass: scssPath: ['bundle','exec','scss'] sassPath: ['bundle','exec','sass']

andruhon commented 10 years ago

Hi @balupton !

Can I help this pull request getting into master somehow? It is just minor modification allowing to pass command sequences for scssPath and scssPath as array. It is totally compatible with old string parameters for these options.

balupton commented 10 years ago

Published to v2.6.1 — thanks everyone!