-
Notifications
You must be signed in to change notification settings - Fork 80
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
Feature: Support for moving linked files in tandem #107
Comments
image@2x.png
format
@paramaggarwal Hi! Is there a reason why you would close this issue? |
Hi! I was going through all my open issues across GitHub and closing old ones. Should I reopen? |
Well, it seems like nobody had the time to implement this feature for now. But I believe this is a nice to have. |
## [0.7.1](v0.7.0...v0.7.1) (2020-08-19) ### Bug Fixes * [#115](#115), fix [#107](#107) ([8a4ea3e](8a4ea3e)) * [#136](#136) ([b194bbf](b194bbf)) * [#138](#138) ([54bd159](54bd159)) * add utils to spec fixture ([9d75c93](9d75c93)) * don't overwrite existing files ([9a2c6c4](9a2c6c4)) * handle edge cases where linked file is not found ([3a139cd](3a139cd)) * look for source file based on test file name first instead of first import ([0544d61](0544d61)) * remove node_module test because git ignores that folder ([6036bab](6036bab)) * treat story files like tests ([16edcb7](16edcb7)) * unused files ([85543f4](85543f4))
🎉 This issue has been resolved in version 0.7.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Files can have linked files that should also move when the original file moves.
icon.png
should also moveicon@2x.png
andicon@3x.png
.add.js
should also moveadd.test.js
.add.ts
should also moveadd.d.ts
.Possible CLI syntax:
destiny src --linked @2x,@3x
destiny src --linked .d
destiny src --linked .test
The text was updated successfully, but these errors were encountered: