diff options
| author | Jacob Thornton <[email protected]> | 2012-01-31 14:11:45 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-31 14:11:45 -0800 |
| commit | 334e5f25c4a6e9f75aa415724ac9d4fa0fbee055 (patch) | |
| tree | ea5115f6731fdf6059078ee06b410298eb2c577c | |
| parent | fd700e358da02434343c58e7f86eb2e8a8ba2411 (diff) | |
| parent | 80a752f52508ed8c2405da233c667210ed1d5379 (diff) | |
| download | bootstrap-334e5f25c4a6e9f75aa415724ac9d4fa0fbee055.tar.xz bootstrap-334e5f25c4a6e9f75aa415724ac9d4fa0fbee055.zip | |
Merge branch '2.0-wip'
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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
\ No newline at end of file +.PHONY: dist docs watch gh-pages
\ No newline at end of file |
