Sha256: 1d6622761a8981e3df50176c2b597a0be8e3e75fa33b023f7b15ab0fc372a474
Contents?: true
Size: 282 Bytes
Versions: 4
Compression:
Stored size: 282 Bytes
Contents
import Config from 'hippo/config' <% Hippo::Extensions.each do | ext | %> <% name = ext.identifier + 'Ext' %> import <%= name %> from '<%= ext.client_extension_path %>'; <%= name %>.register(); <% end %> Config.update(<%= Hippo::Extensions.client_bootstrap_data.to_json %>);
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hippo-fw-0.9.7 | templates/js/config-data.js |
hippo-fw-0.9.6 | templates/js/config-data.js |
hippo-fw-0.9.5 | templates/js/config-data.js |
hippo-fw-0.9.4 | templates/js/config-data.js |