mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
8 lines
253 B
Makefile
8 lines
253 B
Makefile
# NOTE: you must have the less npm package installed globally to build!
|
|
# To install run: npm install less -g
|
|
|
|
build:
|
|
@lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.css
|
|
@lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.min.css --compress
|
|
|
|
.PHONY: build |