szurubooru/client/js/templates.js
rr- 98c6128829 client/build: true template precompiling
Rather than putting templates in DOM nodes, output JS functions
themselves.

This fixes transpiling for IE11, where ES6 parts of the templates
wouldn't get passed through Babel.
2016-05-21 10:04:23 +02:00

3 lines
68 B
JavaScript

'use strict';
module.exports = require('./.templates.autogen.js');