File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,10 @@ CSSTHEMEFILES = css/themes/${THEME}/jquery.mobile.theme.css
5858# Helper Variables
5959# The command to replace the @VERSION in the files with the actual version
6060VER = sed "s/v@VERSION/$$(git log -1 --format=format:"Git Build: SHA1: %H <> Date: %cd" ) /"
61- VER_MIN = "/*! jQuery Mobile v${VER_OFFICIAL} jquerymobile.com | jquery.org/license */"
61+ VER_MIN = "/*! jQuery Mobile v$$( git log -1 --format=format:"Git Build: SHA1: %H <> Date: %cd" ) jquerymobile.com | jquery.org/license */"
6262VER_OFFICIAL = $(shell cat version.txt)
6363deploy : VER = sed "s/v@VERSION/${VER_OFFICIAL}/"
64+ deploy : VER_MIN = "/* ! jQuery Mobile v${VER_OFFICIAL} jquerymobile.com | jquery.org/license * /"
6465
6566# The output folder for the finished files
6667OUTPUT = compiled
You can’t perform that action at this time.
0 commit comments