Local „recess“ binary produces empty output on „make bootstrap“
Created by: m99coder
Cloning the repository with git clone https://github.com/twitter/bootstrap.git
and running npm install
followed by make bootstrap
does produce empty css files. Installed is node 0.10.10 and npm 1.2.25 on Mac OS X 10.8.3.
Using a globally installed recess
instead of the ./node_modules/.bin/recess
as used in the Makefile
does give me the correct output.