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

Commit 7b94f96

Browse files
Updated 1.1-stable branch to core 1.7.2
1 parent 05406cf commit 7b94f96

File tree

4 files changed

+1312
-1036
lines changed

4 files changed

+1312
-1036
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ deploy: clean init css js docs zip
210210
@@find tmp/${VER_OFFICIAL} -type f \
211211
\( -name '*.html' -o -name '*.php' \) \
212212
-exec perl -pi -e \
213-
's|src="(.*)${BASE_NAME}.js"|src="//code.jquery.com/mobile/${VER_OFFICIAL}/${NAME}.min.js"|g;s|href="(.*)${BASE_NAME}.css"|href="//code.jquery.com/mobile/${VER_OFFICIAL}/${NAME}.min.css"|g;s|src="(.*)jquery.js"|src="//code.jquery.com/jquery-1.7.1.min.js"|g' {} \;
213+
's|src="(.*)${BASE_NAME}.js"|src="//code.jquery.com/mobile/${VER_OFFICIAL}/${NAME}.min.js"|g;s|href="(.*)${BASE_NAME}.css"|href="//code.jquery.com/mobile/${VER_OFFICIAL}/${NAME}.min.css"|g;s|src="(.*)jquery.js"|src="//code.jquery.com/jquery-1.7.2.min.js"|g' {} \;
214214
# ... So they can be copied to jquerymobile.com
215215
@@scp -qr tmp/* jqadmin@jquerymobile.com:/srv/jquerymobile.com/htdocs/demos/
216216
# Do some cleanup to wrap it up

0 commit comments

Comments
 (0)