You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :-)
The text was updated successfully, but these errors were encountered:
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.
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:
... 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. :-)
The text was updated successfully, but these errors were encountered: