diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2023-08-13 22:06:32 +0200 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2023-08-13 22:06:32 +0200 |
commit | c4ec9064063f3b15aeb25feb85a3afaaa02008ba (patch) | |
tree | c7e9878f69ecc4649024c57e3164b2337ba0fdf2 /src/http/static/viz/2/cljsc_opts.edn | |
parent | 0bc9cd83b45df0a38c2944569603d6d9cf2e9edd (diff) |
Remove leftover static assets specific to individual blog posts
Diffstat (limited to 'src/http/static/viz/2/cljsc_opts.edn')
-rw-r--r-- | src/http/static/viz/2/cljsc_opts.edn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/static/viz/2/cljsc_opts.edn b/src/http/static/viz/2/cljsc_opts.edn deleted file mode 100644 index 9ab2cfa..0000000 --- a/src/http/static/viz/2/cljsc_opts.edn +++ /dev/null @@ -1 +0,0 @@ -{:output-wrapper false, :externs ["closure-js/externs"], :libs ["closure-js/libs"], :output-to "js/main.js", :output-dir "out", :main "viz.core", :preamble ["processing.min.js"], :optimizations :none, :pretty-print false}
\ No newline at end of file |