This website requires JavaScript.
Explore
Help
Register
Sign In
Accords-Library-Archive
/
gallery.accords-library.com
Watch
1
Star
0
Fork
You've already forked gallery.accords-library.com
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d5a6609f75
gallery.accords-library.com
/
client
/
js
/
templates.js
4 lines
68 B
JavaScript
Raw
Normal View
History
Unescape
Escape
client+server: implement code autoformatting using prettier and black
2020-06-05 22:03:37 +00: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 07:46:41 +00:00
client+server: implement code autoformatting using prettier and black
2020-06-05 22:03:37 +00:00
module
.
exports
=
require
(
"./.templates.autogen.js"
)
;