bb7fe6e30a
This gets rid of the awkward checking-in of `template.html` to git (when it's a built file) and also makes the rebuilds faster and more consistent by running everything through the same pipeline. So inline CSS, SVG, and JS are all partially built on-the-fly. I've basically reinvented gulp, but it's pretty lightweight and zero-dep, so I'm happy with it.
11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/__sapper__
|
|
/mastodon
|
|
/mastodon.log
|
|
/src/template.html
|
|
/static/*.css
|
|
/static/robots.txt
|
|
/static/inline-script.js.map
|
|
/inline-script-checksum.json
|