diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-24 18:09:57 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-24 18:09:57 +0800 |
commit | 0c048b0c0709f55d888692938826a556c160c388 (patch) | |
tree | 9ed18ca39796e66f9affdd38498d90b2fc19ff98 /www/Makefile | |
parent | d57fa74afdbeeb3ddd8ebff0078e2aa595c97d41 (diff) | |
download | freebsd-ports-gnome-0c048b0c0709f55d888692938826a556c160c388.tar.gz freebsd-ports-gnome-0c048b0c0709f55d888692938826a556c160c388.tar.zst freebsd-ports-gnome-0c048b0c0709f55d888692938826a556c160c388.zip |
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
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |