fix makefile to reset zips
This commit is contained in:
parent
6738042c61
commit
e1deb4e767
11 changed files with 137 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -10,6 +10,7 @@ WATCHR ?= `which watchr`
|
|||
#
|
||||
|
||||
docs: bootstrap
|
||||
rm docs/assets/bootstrap.zip
|
||||
zip -r docs/assets/bootstrap.zip bootstrap
|
||||
rm -r bootstrap
|
||||
lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
|
||||
|
|
@ -42,6 +43,7 @@ bootstrap:
|
|||
#
|
||||
|
||||
gh-pages: docs
|
||||
rm -f ../bootstrap-gh-pages/assets/bootstrap.zip
|
||||
node docs/build production
|
||||
cp -r docs/* ../bootstrap-gh-pages
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue