Skip to content

Instantly share code, notes, and snippets.

@nferrari
Last active August 29, 2015 14:06
Show Gist options
  • Save nferrari/449e9d31fc7192b9d1b8 to your computer and use it in GitHub Desktop.
Save nferrari/449e9d31fc7192b9d1b8 to your computer and use it in GitHub Desktop.
Install lessc on alwaysdata (to use django_compressor for example)
cd ~
mkdir -p .local
mkdir -p tmp
cd tmp
git clone https://github.com/joyent/node.git .
git checkout v0.10.31
./configure --prefix=~/.local
make LINK=g++ install
~/.local/bin/npm install -g less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment