I'm trying to build Bootstrap from source. It is throwing the following error while I'm trying to run the make
command.
Running JSHint on javascript... â Done
/bin/sh: 1: recess: not found
make: *** [build] Error 127
This is what I've done so far
git clone git://github.com/twitter/bootstrap.git
apt-get intall npm
npm install -g less
npm install -g jshint
apt-get install make
What am I missing here?
You are missing recess, wrapper for less keeping CSS code clean due to the Twitter's code guide.
Just follow the instruction in the README.md file from the Bootstrap sources. See "Developers" section (same info also in official Bootstrap site):
npm install recess connect uglify-js jshint -g
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With