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

Need callback function for when processing is finished #13

Open
DonGissel opened this issue Apr 23, 2015 · 1 comment
Open

Need callback function for when processing is finished #13

DonGissel opened this issue Apr 23, 2015 · 1 comment

Comments

@DonGissel
Copy link

The script sorely needs a callback that can run after all the tasks have completed (since iconify-convert can take a long time to complete) . It would be referenced like so:

iconify({ }, function () { console.log("Processing is done! Yay!"); });

... so that extra processing, such as renaming .scss to .less (I'm considering opening an issue for LESS-support, by the way), can take place once the final files have actually been written. :-)

@DonGissel
Copy link
Author

It occured to me that if CSS-rendering is disabled (see separate issue), LESS-support becomes automatic, since one can just alter the moustache-file to fit the rendering required. The callback request still stands, though.

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

No branches or pull requests

1 participant