Remove jsmin dependency from build process
Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
parent
e91eba5dfb
commit
975f6c42ee
@ -295,7 +295,7 @@ main = do
|
||||
("lib/JQuery/*", gsubRoute "JQuery" $ const "js")] $ \(p, r) ->
|
||||
match p $ do
|
||||
route r
|
||||
compile $ getResourceString >>= withItemBody (unixFilter "jsmin" [])
|
||||
compile $ compressCssCompiler
|
||||
|
||||
---------------------------------------------------------------------------------------------------------
|
||||
-- Functions & Constants --------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user