We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919a61e commit 1e21715Copy full SHA for 1e21715
src/nha/boot_uglify/core.clj
@@ -1,5 +1,7 @@
1
-(ns nha.boot-uglify.core)
2
-
+(ns nha.boot-uglify.core
+ (:require [nha.boot-uglify.minify-js]
3
+ [nha.boot-uglify.gzip]
4
+ [nha.boot-uglify.brotli]))
5
6
(def minify-js nha.boot-uglify.minify-js/minify-js)
7
0 commit comments