From: Wolfram Schneider Date: Thu, 10 Jul 2014 11:59:56 +0000 (+0000) Subject: mkws-jquery.js is gone, MKWS-235 X-Git-Tag: 1.0.0~388^2~3 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=52284cfd65160ea577892581fa0a030c96d270e1 mkws-jquery.js is gone, MKWS-235 --- diff --git a/examples/htdocs/jasmine-local-popup.html b/examples/htdocs/jasmine-local-popup.html index 55d1d7b..9e36b7f 100644 --- a/examples/htdocs/jasmine-local-popup.html +++ b/examples/htdocs/jasmine-local-popup.html @@ -16,6 +16,7 @@ + @@ -26,8 +27,6 @@ - - diff --git a/examples/htdocs/jasmine-popup.html b/examples/htdocs/jasmine-popup.html index 0c56eb3..6c44a09 100644 --- a/examples/htdocs/jasmine-popup.html +++ b/examples/htdocs/jasmine-popup.html @@ -16,6 +16,7 @@ + @@ -26,8 +27,6 @@ - - diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index 98829b5..f0a7291 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -37,7 +37,7 @@ GENERATED = ${HANDLEBARS_FILE} ${JQUERY_FILE} ${JQUERY_JSON_FILE} ${PP2_FILE} \ all: mkws.min.js mkws-complete.min.js -mkws-js mkws-complete.js: Makefile mkws.js ${SRC}/mkws-jquery.js ${HANDLEBARS_FILE} ${JQUERY_FILE} ${JQUERY_JSON_FILE} ${PP2_FILE} +mkws-js mkws-complete.js: Makefile mkws.js ${HANDLEBARS_FILE} ${JQUERY_FILE} ${JQUERY_JSON_FILE} ${PP2_FILE} ( set -e; \ echo "/*! Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com"; \ echo " Licence: GPL, http://www.indexdata.com/licences/gpl"; \ @@ -51,7 +51,6 @@ mkws-js mkws-complete.js: Makefile mkws.js ${SRC}/mkws-jquery.js ${HANDLEBARS_FI cat ${HANDLEBARS_FILE}; \ cat ${PP2_FILE}; \ cat mkws.js; \ - cat ${SRC}/mkws-jquery.js; \ ) > mkws-complete.js.tmp mv -f mkws-complete.js.tmp mkws-complete.js