Skip to content

Commit

Permalink
Fixed double copy action in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmaron committed Mar 9, 2012
1 parent 3d58b46 commit aa8e6b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -56,4 +55,4 @@ watch:
watchr -e "watch('less/.*\.less') { system 'make' }"


.PHONY: dist docs watch gh-pages
.PHONY: dist docs watch gh-pages

0 comments on commit aa8e6b0

Please sign in to comment.