Skip to content

Instantly share code, notes, and snippets.

@jkeyes
Last active December 18, 2015 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkeyes/5788205 to your computer and use it in GitHub Desktop.
Save jkeyes/5788205 to your computer and use it in GitHub Desktop.
Install lessc on wercker
box: wercker/python
build:
steps:
- script:
name: "install lessc with sudo"
code: |-
curl https://npmjs.org/install.sh | sudo bash
sudo npm install less -g
- script:
name: "install lessc locally"
curl https://npmjs.org/install.sh | npm_config_prefix=~/local sh
~/local/bin/npm install less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment