Sha256: dcf45b5181a8b0ed83538962b76a6f630d5b34e86e1c34e13f1a76c6ecad170a
Contents?: true
Size: 246 Bytes
Versions: 2
Compression:
Stored size: 246 Bytes
Contents
module ImportmapJets class Reloader def initialize(app) @app = app end # experimental interface method: may change def reload! @app.config.importmap.paths.each { |path| @app.importmap.draw(path) } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
importmap-jets-0.1.1 | lib/importmap_jets/reloader.rb |
importmap-jets-0.1.0 | lib/importmap_jets/reloader.rb |