diff options
| author | Jacob Thornton <[email protected]> | 2012-03-09 11:12:45 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-03-09 11:12:45 -0800 |
| commit | b410eeb6dd4025718cddfc435c507bad7d47af1b (patch) | |
| tree | a5da7ff075416bb303cc5773b3b0f773ebfabb60 | |
| parent | 3d58b4622671bc51c22c857641db3b988e73632a (diff) | |
| parent | aa8e6b081c43651b2c54af4809d853acf58f62b4 (diff) | |
| download | bootstrap-b410eeb6dd4025718cddfc435c507bad7d47af1b.tar.xz bootstrap-b410eeb6dd4025718cddfc435c507bad7d47af1b.zip | |
Merge pull request #2480 from jonathanmaron/master
fat
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,7 +19,6 @@ docs: bootstrap cp img/* docs/assets/img/ cp js/*.js docs/assets/js/ cp js/tests/vendor/jquery.js docs/assets/js/ - cp js/tests/vendor/jquery.js docs/assets/js/ # # BUILD SIMPLE BOOTSTRAP DIRECTORY @@ -56,4 +55,4 @@ watch: watchr -e "watch('less/.*\.less') { system 'make' }" -.PHONY: dist docs watch gh-pages
\ No newline at end of file +.PHONY: dist docs watch gh-pages |
