Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhicks committed Nov 4, 2016
1 parent 9a0e2f0 commit 3160b2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,14 @@
:output-to "resources/public/tutorial/js/tutorial.js"
:output-dir "resources/public/tutorial/js/out"
:source-map-timestamp true
:preloads [devtools.preload]}}]}
:preloads [devtools.preload]}}

{:id "tutorial-min"
:source-paths ["src" "tutorial_src"]
:compiler {:output-to "resources/public/tutorial/js/tutorial.js"
:main onyx-tutorial.core
:optimizations :simple
:pretty-print false}}]}

:figwheel {:css-dirs ["resources/public/css"]}

Expand Down

0 comments on commit 3160b2f

Please sign in to comment.