Skip to content

Instantly share code, notes, and snippets.

@kriswallsmith
Created May 7, 2011 23:51
Show Gist options
  • Save kriswallsmith/960978 to your computer and use it in GitHub Desktop.
Save kriswallsmith/960978 to your computer and use it in GitHub Desktop.
Assetic - Less config
assetic:
filters:
less:
node: /usr/local/bin/node
node_paths: [ /usr/local/lib/node ]
@everzet
Copy link

everzet commented May 8, 2011

stylus will use node too. Maybe it would be better to make node and node_paths options generic?

assetic:
    node: /usr/local/bin/node
    node_paths: [ /usr/local/lib/node ]

@kriswallsmith
Copy link
Author

This will be moot once this less.js commit is released. Ideally Stylus would support a similar option so we don't have to hack around at this level and can just use the binary.

@everzet
Copy link

everzet commented May 8, 2011

Would be cool :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment