Closed joeybaker closed 9 years ago
When using this module as part of a live-reload system, devs might change the variable list after the module has been loaded. This adds a setVariables method on the plugin to enable that functionality.
setVariables
Nice. Can you add a minimal test please ?
:heavy_check_mark: done!
Thanks!
Released as 4.1.0
When using this module as part of a live-reload system, devs might change the variable list after the module has been loaded. This adds a
setVariables
method on the plugin to enable that functionality.