Skip to content

Commit 84f6085

Browse files
committed
remove init from latest build target
1 parent 0b858d2 commit 84f6085

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ zip: init css js
146146
# For jQuery Team Use Only
147147
#
148148
# -------------------------------------------------
149-
build_latest: init css docs js zip
149+
# NOTE the init (which removes previous build output) has been removed to prevent a gap in service
150+
build_latest: css docs js zip
150151

151152
deploy_latest:
152153
# Time to put these on the CDN

0 commit comments

Comments
 (0)