Created
March 4, 2016 16:52
-
-
Save Hendekagon/40fb4b90cc066c20b58e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
:id "dev" | |
:source-map true | |
:source-map-timestamp true | |
:source-map-path "public/js" | |
:output-to "public/js/main.js" | |
:output-dir "public/js" | |
:asset-path "js" | |
:foreign-libs [ | |
{:file "http://ariutta.github.io/svg-pan-zoom/dist/svg-pan-zoom.min.js" | |
:provides ["panzoom"]} | |
{ | |
:file "http://gabelerner.github.io/canvg/canvg.js" | |
:provides ["canvg"]} | |
{ | |
:file "http://gabelerner.github.io/canvg/rgbcolor.js" | |
:provides ["rgbcolor"]} | |
{ | |
:file "http://gabelerner.github.io/canvg/StackBlur.js" | |
:provides ["stackblur"]} | |
] | |
:optimizations :none | |
:main "main" | |
:pretty-print true | |
:warnings true | |
:compiler-stats true | |
:parallel-build true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment