• I'm currently working on an "Analog Clock Construction Kit" using modules which are stored on GitHub.

    But it seems, that require('...') not always loads the latest version of these modules, but seems to cache them internally (if I enter the module's raw URL into the browser, I indeed get the latest version).

    How can I convince the Web IDE to drop the cached version of a module and prefer the new one?

  • Damn...

    I just found it myself: Modules.removeAllCached();

    Sorry for bothering you...

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

how to load the latest version of a module from GitHub

Posted by Avatar for Andreas_Rozek @Andreas_Rozek

Actions