Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Fix Upload folder path in 'open:zip' gulp task #318

Merged
merged 1 commit into from
Oct 12, 2017
Merged

Fix Upload folder path in 'open:zip' gulp task #318

merged 1 commit into from
Oct 12, 2017

Conversation

maximevaillancourt
Copy link
Contributor

@maximevaillancourt maximevaillancourt commented Oct 10, 2017

What are you trying to accomplish with this PR?

Fix #249. This PR fixes the open:zip Gulp task on Windows by changing the path to the Upload folder to be platform agnostic.

Explanation

Since Windows and Unix-like operating systems use different path separators — backslashes in Windows (\) vs "common" slashes in Unix-like OSes (/) — the open:zip task would fail on Windows because of the Unix style slashes (/) used in the path to the upload folder.

Checklist

For contributors:

For maintainers:

  • I have 🎩'd these changes.

Copy link
Contributor

@t-kelly t-kelly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@t-kelly t-kelly merged commit 073a449 into Shopify:master Oct 12, 2017
@maximevaillancourt maximevaillancourt deleted the fix-upload-folder-open-path branch October 12, 2017 16:28
@lock
Copy link

lock bot commented Oct 26, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot find ./upload folder generated during manual deployment
2 participants