diff options
| author | Jacob Thornton <[email protected]> | 2012-02-01 22:27:46 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-02-01 22:27:46 -0800 |
| commit | e1deb4e767e927bb70633cdd577de3fda3919f0a (patch) | |
| tree | 0b572ec293dba744ab0cc0d7b252b9e2c2ff0d26 /Makefile | |
| parent | 6738042c61f72ade97107f47f48b3c9f1b276de4 (diff) | |
| download | bootstrap-e1deb4e767e927bb70633cdd577de3fda3919f0a.tar.xz bootstrap-e1deb4e767e927bb70633cdd577de3fda3919f0a.zip | |
fix makefile to reset zips
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
