2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Fixed double copy action in Makefile.

This commit is contained in:
Jonathan Maron
2012-03-09 07:38:14 +01:00
parent 3d58b46226
commit aa8e6b081c
+1 -2
View File
@@ -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
.PHONY: dist docs watch gh-pages