mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-16 08:03:09 +00:00
add makefile to make it easier to publish to gh-pages...
This commit is contained in:
parent
e75bc5eb5f
commit
80a752f525
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