| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thank you @naoyasugita! I need this as well, looking forward to it being merged. |
Sorry, something went wrong.
|
Hi @pgrzesik - I'd be happy to check in with you when you're ready. |
Sorry, something went wrong.
|
I hope this gets merged soon! |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for proposing the fix and sorry for not responding sooner. Please see my comment and let me know what do you think. Also, would be good if we could have a test case covering this.
Sorry, something went wrong.
| * @param {Object} noDeploy | ||
| * @return {Promise} a promise offering the original JSZip object. | ||
| */ | ||
| function addTreeNoDeploy(zip, src, noDeploy) { |
There was a problem hiding this comment.
I think we don't need a new function just for that as most of the logic is copied over from the original addTree. I think it would be better to just have the optional argument of noDeploy to the original function. What do you think?
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for the review :)
You are right. I'll fix it along with the test.
Sorry, something went wrong.
There was a problem hiding this comment.
@pgrzesik I'm done adding test and fixing the code. Please check it out.
Sorry, something went wrong.
|
Hey @naoyasugita - it looks like the tests are currently failing. Could you please look into that whenever you have a chance? 🙇 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This change allows use of noDeploy option with the layers.
Should resolve:
#577