mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 15:00:23 +00:00
commit
b410eeb6dd
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue