Remove jsmin dependency from build process

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2017-04-23 22:19:19 -04:00
parent e91eba5dfb
commit 975f6c42ee
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ main = do
("lib/JQuery/*", gsubRoute "JQuery" $ const "js")] $ \(p, r) -> ("lib/JQuery/*", gsubRoute "JQuery" $ const "js")] $ \(p, r) ->
match p $ do match p $ do
route r route r
compile $ getResourceString >>= withItemBody (unixFilter "jsmin" []) compile $ compressCssCompiler
--------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------
-- Functions & Constants -------------------------------------------------------------------------------- -- Functions & Constants --------------------------------------------------------------------------------