Twitter bootstrap 如何构建Twitter引导程序

Twitter bootstrap 如何构建Twitter引导程序,twitter-bootstrap,makefile,Twitter Bootstrap,Makefile,我正在尝试从源代码构建引导。当我试图运行make命令时,它抛出以下错误 Running JSHint on javascript... â Done /bin/sh: 1: recess: not found make: *** [build] Error 127 这就是我到目前为止所做的 克隆引导存储库git Clonegit://github.com/twitter/bootstrap.git 安装npmapt获取所有npm 安装较少的npm安装-g较少的 安装js

我正在尝试从源代码构建引导。当我试图运行
make
命令时,它抛出以下错误

Running JSHint on javascript...             â Done
/bin/sh: 1: recess: not found
make: *** [build] Error 127
这就是我到目前为止所做的

  • 克隆引导存储库
    git Clonegit://github.com/twitter/bootstrap.git
  • 安装npm
    apt获取所有npm
  • 安装较少的
    npm安装-g较少的
  • 安装jshint
    npm安装-g jshint
  • 安装make
    apt获取安装make
  • 我在这里遗漏了什么?

    你遗漏了一个包装器,因为Twitter的错误,它不能保持CSS代码的干净

    只需按照引导源文件中的说明进行操作。参见“开发者”(同样的官方信息):

    npm install recess connect uglify-js jshint -g