从下面的地址下载Bootstrap 2.3.0的源代码:
https://github.com/twitter/bootstrap/tags

从下面的地址下载最新版本的node.js:
http://nodejs.org/download/
编译安装node.js
tar zxvf node-v0.8.20.tar.gz
cd node-v0.8.20
./configure
make && make install

解压Bootstrap 2.3.0源码压缩包:
tar zxvf bootstrap-2.3.0.tar.gz
进入Bootstrap解压后端文件夹:
cd bootstrap-2.3.0
安装编译Bootstrap所需要的node模块:
npm install recess connect uglify-js@1 jshint

完成上述操作后,就可以自己根据实际需求,通过make命令来编译Bootstrap了。

http://twitter.github.com/bootstrap/
http://twitter.github.com/bootstrap/customize.html
https://github.com/twitter/bootstrap
http://twitter.github.com/bootstrap/extend.html#compiling

相关文章:

  • 2021-12-10
  • 2021-08-13
  • 2021-08-27
  • 2021-08-15
  • 2021-11-20
  • 2021-11-27
  • 2021-08-04
  • 2021-10-18
猜你喜欢
  • 2019-10-02
  • 2021-08-18
  • 2021-12-27
  • 2021-09-01
  • 2021-08-23
  • 2021-09-17
  • 2021-08-15
  • 2019-05-20
相关资源
相似解决方案