Jforrester has uploaded a new change for review. https://gerrit.wikimedia.org/r/161885
Change subject: update-oojs-ui.sh: Exclude the minimised distribution files ...................................................................... update-oojs-ui.sh: Exclude the minimised distribution files Introduced by Ic8f8194. Also removing unneeded exclusion of non-existant unthemed CSS file after Ieb27c3fd. Change-Id: I42a7c32f6aeede42b0d3ab65ed53f3f8fdd252f5 --- M bin/update-oojs-ui.sh 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor refs/changes/85/161885/1 diff --git a/bin/update-oojs-ui.sh b/bin/update-oojs-ui.sh index 690e06e..0eceb50 100755 --- a/bin/update-oojs-ui.sh +++ b/bin/update-oojs-ui.sh @@ -71,8 +71,8 @@ NEWCHANGESDISPLAY=$(git log $OLDHASH.. --oneline --no-merges --reverse --color=always) # Copy files -# - Exclude the default non-svg stylesheet and non-SVG files -rsync --recursive --delete --force --exclude 'oojs-ui.css' --exclude 'images/*/*.png' ./dist/ $TARGET_REPO/$TARGET_DIR || exit 1 +# - Exclude the minimised distribution files and raster images +rsync --recursive --delete --force --exclude 'oojs-ui*.min.*' --exclude 'images/*/*.png' ./dist/ $TARGET_REPO/$TARGET_DIR || exit 1 # Read the new version NEWVERSION=$(oojsuiversion) -- To view, visit https://gerrit.wikimedia.org/r/161885 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I42a7c32f6aeede42b0d3ab65ed53f3f8fdd252f5 Gerrit-PatchSet: 1 Gerrit-Project: VisualEditor/VisualEditor Gerrit-Branch: master Gerrit-Owner: Jforrester <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
