Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
change makefile to point to CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Apr 13, 2011
1 parent 5f487bb commit a65ac5f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Makefile
Expand Up @@ -19,8 +19,8 @@ DIR = jquery.mobile-${VER}
OUTPUT = compiled

# The output folder for the nightly files.
NIGHTLY_OUTPUT = /srv/jquerymobile.com/htdocs/nightlies/${DATE}
NIGHTLY_WEBPATH = http://jquerymobile.com/nightlies/${DATE}
NIGHTLY_OUTPUT = nightlies/${DATE}
NIGHTLY_WEBPATH = http://code.jquery.com/mobile/${NIGHTLY_OUTPUT}

# The filenames
JS = ${DIR}.js
Expand Down Expand Up @@ -160,11 +160,9 @@ nightly: pull zip
# Copy the images as well
@@cp -R themes/default/images ${OUTPUT}

# Remove the output folder so its not placed in there.
@@rm -rf ${NIGHTLY_OUTPUT}

# Move the output folder to the nightlies folder
@@mv ${OUTPUT} ${NIGHTLY_OUTPUT}
@@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
Expand Down

0 comments on commit a65ac5f

Please sign in to comment.