twitter bootstrap make from source

后端 未结 5 1110
醉酒成梦
醉酒成梦 2020-12-15 10:51

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

5条回答
  •  無奈伤痛
    2020-12-15 11:15

    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.

提交回复
热议问题