Skip to content

Instantly share code, notes, and snippets.

@kriswallsmith
Created May 7, 2011 23:51
Show Gist options
  • Select an option

  • Save kriswallsmith/960978 to your computer and use it in GitHub Desktop.

Select an option

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

everzet commented May 8, 2011

Copy link
Copy Markdown

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
Copy Markdown
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

everzet commented May 8, 2011

Copy link
Copy Markdown

Would be cool :-)

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