From 0c048b0c0709f55d888692938826a556c160c388 Mon Sep 17 00:00:00 2001 From: pgj Date: Sun, 24 Jun 2012 10:09:57 +0000 Subject: Reduces size of javascript files by stripping out extraneous whitespace and other syntactic elements, without changing the semantics. WWW: http://github.com/alanz/hjsmin Obtained from: FreeBSD Haskell --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index d9ccb603a399..f9c8a0e76cc0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -293,6 +293,7 @@ SUBDIR += hs-happstack SUBDIR += hs-happstack-server SUBDIR += hs-heist + SUBDIR += hs-hjsmin SUBDIR += hs-http-conduit SUBDIR += hs-http-server SUBDIR += hs-http-types -- cgit