Skip to content
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

Add the uSync.Once and uSync.Stop functionalty in for v8 #63

Closed
KevinJump opened this issue Oct 19, 2019 · 1 comment
Closed

Add the uSync.Once and uSync.Stop functionalty in for v8 #63

KevinJump opened this issue Oct 19, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@KevinJump
Copy link
Owner

in previous versions of uSync if there is a usync.once file in the import folder then upon import completion, that file is replaced with a usync.stop file.

at startup, if there is a usync.stop the file then the imports do not happen.

this lets you have a 'single time-only' import mechanism, which can be good for a developer flow when initializing a repo, or for deployments where you only want it to happen the very first time after deployment.

@KevinJump KevinJump added this to the 8.2.4 - Patch Release milestone Oct 19, 2019
@KevinJump KevinJump added the enhancement New feature or request label Oct 19, 2019
@KevinJump KevinJump self-assigned this Oct 19, 2019
@KevinJump
Copy link
Owner Author

commit #9b0b818bb935fda70e1d3b742cd30a7074983e68 will be in next release (v8.2.4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant