@titanium/turbo
Version:
<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>
11 lines (9 loc) • 313 B
JavaScript
Alloy.Globals.setupWindow($.win);
$.styleModule.html = _.template(Alloy.Globals.htmlTemplate, {
CODE: "require('alloy/styles/rawStyle')",
BRUSH: 'js'
});
$.styleArray.html = _.template(Alloy.Globals.htmlTemplate, {
CODE: JSON.stringify(require('alloy/styles/features/rawStyle'), null, ' '),
BRUSH: 'js'
});