This website requires JavaScript.
Explore
Help
Sign in
snuffster
/
szurubooru
Watch
1
Star
0
Fork
You've already forked szurubooru
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
master
szurubooru
/
client
/
js
/
templates.js
4 lines
68 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
client+server: implement code autoformatting using prettier and black
2020-06-06 00:03:37 +02:00
"use strict"
;
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 09:46:41 +02:00
client+server: implement code autoformatting using prettier and black
2020-06-06 00:03:37 +02:00
module
.
exports
=
require
(
"./.templates.autogen.js"
)
;
Reference in a new issue
Copy permalink