mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 15:44:51 +02:00
Merge branch '2.0-wip'
This commit is contained in:
5
Makefile
5
Makefile
@@ -40,9 +40,12 @@ bootstrap:
|
|||||||
# WATCH LESS FILES
|
# WATCH LESS FILES
|
||||||
#
|
#
|
||||||
|
|
||||||
|
gh-pages:
|
||||||
|
cp -r docs/* ../bootstrap-gh-pages
|
||||||
|
|
||||||
watch:
|
watch:
|
||||||
echo "Watching less files..."; \
|
echo "Watching less files..."; \
|
||||||
watchr -e "watch('less/.*\.less') { system 'make' }"
|
watchr -e "watch('less/.*\.less') { system 'make' }"
|
||||||
|
|
||||||
|
|
||||||
.PHONY: dist docs watch
|
.PHONY: dist docs watch gh-pages
|
Reference in New Issue
Block a user