Skip to content

Commit 1e21715

Browse files
arichiardinha
authored andcommitted
Add missing require in nha.boot-uglify.core, closes #1
1 parent 919a61e commit 1e21715

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/nha/boot_uglify/core.clj

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
(ns nha.boot-uglify.core)
2-
1+
(ns nha.boot-uglify.core
2+
(:require [nha.boot-uglify.minify-js]
3+
[nha.boot-uglify.gzip]
4+
[nha.boot-uglify.brotli]))
35

46
(def minify-js nha.boot-uglify.minify-js/minify-js)
57

0 commit comments

Comments
 (0)