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

Promises and Async for actions #51

Closed
dbanksdesign opened this issue Dec 28, 2017 · 2 comments
Closed

Promises and Async for actions #51

dbanksdesign opened this issue Dec 28, 2017 · 2 comments
Labels
Core Architecture This is an issue related to the core architecture of Style Dictionary

Comments

@dbanksdesign
Copy link
Member

Some actions we might want to run asynchronously to speed up build times, others we might want to run synchronously in case there are later actions that depend on the output of previous actions. This will be a placeholder for thoughts on asynchronous v. synchronous actions.

@chazzmoney chazzmoney added the Core Architecture This is an issue related to the core architecture of Style Dictionary label Jun 6, 2018
@dbanksdesign
Copy link
Member Author

Take a look at:

Also, we should look into change platforms in the config file to an array rather than an object so we can be sure the order of operations.

@dbanksdesign
Copy link
Member Author

Closing this issue. Actions can be asynchronous or synchronous code today, I don't think there is anything we need to do here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Architecture This is an issue related to the core architecture of Style Dictionary
Projects
None yet
Development

No branches or pull requests

2 participants