mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
makefile reads jquery core version from the file
This commit is contained in:
parent
a65ac5f268
commit
55d82f47ac
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -10,7 +10,7 @@ SED_VER = sed "s/@VERSION/${VER}/"
|
|||
nightly: SED_VER = sed "s/@VERSION/Nightly-${DATE}/"
|
||||
|
||||
# The version of jQuery core used
|
||||
JQUERY = 1.5.2
|
||||
JQUERY = $(shell grep Library js/jquery.js | sed s'/ \* jQuery JavaScript Library v//')
|
||||
|
||||
# The directory to create the zipped files in and also serves as the filenames
|
||||
DIR = jquery.mobile-${VER}
|
||||
|
|
@ -164,7 +164,6 @@ nightly: pull zip
|
|||
@@scp -r ${OUTPUT} jqadmin@code.origin.jquery.com:/var/www/html/code.jquery.com/mobile/${NIGHTLY_OUTPUT}
|
||||
@@rm -rf ${OUTPUT}
|
||||
|
||||
|
||||
# Used by the jQuery team to deploy a build to the CDN
|
||||
deploy: zip
|
||||
# Deploy to CDN
|
||||
|
|
|
|||
Loading…
Reference in a new issue