mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-12 16:40:59 +00:00
Merge branch '2.0-wip'
This commit is contained in:
commit
334e5f25c4
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -40,9 +40,12 @@ bootstrap:
|
|||
# WATCH LESS FILES
|
||||
#
|
||||
|
||||
gh-pages:
|
||||
cp -r docs/* ../bootstrap-gh-pages
|
||||
|
||||
watch:
|
||||
echo "Watching less files..."; \
|
||||
watchr -e "watch('less/.*\.less') { system 'make' }"
|
||||
|
||||
|
||||
.PHONY: dist docs watch
|
||||
.PHONY: dist docs watch gh-pages
|
||||
Loading…
Reference in a new issue