mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Add minified CSS to dist folder
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
BOOTSTRAP ?= ./dist/css/bootstrap.css
|
BOOTSTRAP ?= ./dist/css/bootstrap.css
|
||||||
|
BOOTSTRAP_MIN ?= ./dist/css/bootstrap.min.css
|
||||||
BOOTSTRAP_LESS ?= ./less/bootstrap.less
|
BOOTSTRAP_LESS ?= ./less/bootstrap.less
|
||||||
DATE=$(shell date +%I:%M%p)
|
DATE=$(shell date +%I:%M%p)
|
||||||
CHECK=\033[32m✔ Done\033[39m
|
CHECK=\033[32m✔ Done\033[39m
|
||||||
@@ -20,6 +21,7 @@ build:
|
|||||||
@echo " ${CHECK}"
|
@echo " ${CHECK}"
|
||||||
@printf "Compiling LESS with Recess..."
|
@printf "Compiling LESS with Recess..."
|
||||||
@recess --compile ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
|
@recess --compile ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
|
||||||
|
@recess --compress ${BOOTSTRAP_LESS} > ${BOOTSTRAP_MIN}
|
||||||
@echo " ${CHECK}"
|
@echo " ${CHECK}"
|
||||||
@printf "Prepping documentation assets..."
|
@printf "Prepping documentation assets..."
|
||||||
@cp js/tests/vendor/jquery.js assets/js/
|
@cp js/tests/vendor/jquery.js assets/js/
|
||||||
|
|||||||
Vendored
+9
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user