mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Changes some more commands to use the local npm install.
This commit is contained in:
@@ -88,10 +88,10 @@ bootstrap-css: bootstrap/css/*.css
|
|||||||
|
|
||||||
bootstrap/css/*.css: less/*.less
|
bootstrap/css/*.css: less/*.less
|
||||||
mkdir -p bootstrap/css
|
mkdir -p bootstrap/css
|
||||||
./node_modules/.bin/recess --compile ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css
|
recess --compile ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css
|
||||||
./node_modules/.bin/recess --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css
|
recess --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css
|
||||||
./node_modules/.bin/recess --compile ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.css
|
recess --compile ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.css
|
||||||
./node_modules/.bin/recess --compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.min.css
|
recess --compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.min.css
|
||||||
|
|
||||||
#
|
#
|
||||||
# FONTS
|
# FONTS
|
||||||
|
|||||||
Reference in New Issue
Block a user