Skip to content

Instantly share code, notes, and snippets.

@Hendekagon
Created March 4, 2016 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Hendekagon/40fb4b90cc066c20b58e to your computer and use it in GitHub Desktop.
Save Hendekagon/40fb4b90cc066c20b58e to your computer and use it in GitHub Desktop.
{
: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