File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ deploy: init css js docs zip
207207 @@find tmp/${VER_OFFICIAL} -type f \
208208 \( -name ' *.html' -o -name ' *.php' \) \
209209 -exec perl -pi -e \
210- ' s|src="(.*)${NAME}.min. js"|src="//code.jquery.com/mobile/${VER_OFFICIAL}/${NAME}.min.js"|g;s|href="(.*)${NAME}.min .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' {} \;
210+ ' 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' {} \;
211211 # ... So they can be copied to jquerymobile.com
212212 @@scp -qr tmp/* jqadmin@jquerymobile.com:/srv/jquerymobile.com/htdocs/demos/
213213 # Do some cleanup to wrap it up
You can’t perform that action at this time.
0 commit comments