-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File push order seems to be broken #624
Comments
Decided to try clasp again in order to test out the |
@DimuDesigns are you using the latest npm release or building directly from this repository? |
@PopGoesTheWza Latest NPM release. |
A PR fixing this has been merged, so you can either wait until next release or build your own from this repository clone this repository locally and run |
@DimuDesigns can you try with clasp 2.2.0 if the issue still occurs? |
I'm using clasp 2.3.0 and I don't think that this issue has been fixed already. I've made an example on StackOverflow. |
@DimuDesigns @kornthing Using the latest npm version of If you still are, please share a github repository with some sample code and |
Here is a sample repository I used to check proper usage of A better description in the doc may be useful though and a PR would be appreciated. |
@kornthing can you please give a status about this issue? |
If anyone is still having issues with this you need to remember to add the path to the file including the rootDir. Would need to add 'build/server/' to the file name. |
Strangely enough, removing the |
Wow, removing |
Expected Behavior
clasp push
adheres to file push order defined in .clasp.json.Actual Behavior
clasp push
results in project files listed in lexicographic order.Steps to Reproduce the Problem
clasp pull
clasp push
.Specifications
Added Context
This is what my project looks like pre-push:
Here's a snippet of the filePushOrder taken from my
.clasp.json
file:BUT... here's what my project looks like post
clasp push
:The text was updated successfully, but these errors were encountered: