Skip to content

Commit

Permalink
makefile reads jquery core version from the file
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Apr 13, 2011
1 parent a65ac5f commit 55d82f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -164,7 +164,6 @@ nightly: pull zip
@@scp -r ${OUTPUT} [email protected]:/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
Expand Down

0 comments on commit 55d82f4

Please sign in to comment.