Skip to content

Instantly share code, notes, and snippets.

@burn2delete
Created December 25, 2016 22:40
Show Gist options
  • Save burn2delete/37bf83a0078ead2d82d795e31ba32f61 to your computer and use it in GitHub Desktop.
Save burn2delete/37bf83a0078ead2d82d795e31ba32f61 to your computer and use it in GitHub Desktop.
Hoplon/Feathers.js require and task options
(require
'[adzerk.bootlaces :refer :all]
'[adzerk.boot-cljs :refer :all]
'[degree9.boot-semver :refer :all]
'[degree9.boot-nodejs :refer :all]
'[feathers.boot-feathers :refer :all]
'[hoplon.boot-hoplon :refer :all])
(task-options!
cljs {:source-map true
:optimizations :none
:compiler-options {:pseudo-names true
:pretty-print true
:language-in :ecmascript5
:language-out :ecmascript6
:parallel-build true}}
hoplon {:pretty-print true}
target {:dir #{"target"}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment