summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2016-12-04 15:24:18 -0600
committerDavid Barksdale <amatus@amatus.name>2016-12-04 15:24:18 -0600
commit5578ec8cdbc0abbfa000c2cedef05d37313fe01b (patch)
tree9b328cc32d77b821407eed6a3bb52ad0d0505fc0
parent8c499c1241268892d2eeb2b62df887c6d1a3d0dd (diff)
But I still can't get it working with optimization
-rw-r--r--build.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.boot b/build.boot
index 4384fc8..87a50be 100644
--- a/build.boot
+++ b/build.boot
@@ -42,7 +42,7 @@
[]
(comp
(hoplon)
- (cljs :optimizations :advanced)
+ (cljs)
(prerender)
(aot :all true)
(uber)