So I am trying to \"build\" twitter bootstrap from source git://github.com/twitter/bootstrap.git and I git clone it to my local machine.
Obviously, on my local machi
If anyone is looking for an alternative to make
for building Bootstrap (especially since make
is not Windows friendly), there's a build system for Bootstrap with Grunt.js
For the most part it produces the same results as the makefile
. The grunt-contrib-qunit task will add better support for qunit/phantomjs when grunt 0.4.0 is released (found here: https://github.com/gruntjs/grunt-contrib-qunit) . Until then you can still work with the built in Grunt tasks for testing.