При помощи bower установил bootstrap.
У него в описании readme.md написано:
## Compiling CSS and JavaScript
Bootstrap includes a [makefile](Makefile) with convenient methods for working with the framework. Before getting started, be sure to install [the necessary local dependencies](package.json):
```
$ npm install
```
When completed, you'll be able to run the various make commands provided:
#### build - `make`
Runs the recess compiler to rebuild the `/less` files and compiles the docs. Requires recess and uglify-js.
Но при запуске команды make появляется ошибка
'make' is not recognized as an internal or external command,
operable program or batch file.
Как мне сделать сборку bootstrap?
И можно ли сделать так, что бы он сам собирался в папку dist при его скачивании командой bower install, или bower install bootstrap ?
Зависимости нужно подгружать и компилировать как под windows так и под linux.