We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b858d2 commit 84f6085Copy full SHA for 84f6085
Makefile
@@ -146,7 +146,8 @@ zip: init css js
146
# For jQuery Team Use Only
147
#
148
# -------------------------------------------------
149
-build_latest: init css docs js zip
+# NOTE the init (which removes previous build output) has been removed to prevent a gap in service
150
+build_latest: css docs js zip
151
152
deploy_latest:
153
# Time to put these on the CDN
0 commit comments