Commit 0f894164 authored by Nicolas Lenz's avatar Nicolas Lenz ❄️
Browse files

Sassc output compressed

parent 7bb296d5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ save Nebelhorn{..} = do
    writeDocument nebelhornTemplatePage nebelhornFolderOutput `mapM_` nebelhornPages
    writeDocument nebelhornTemplateIndex nebelhornFolderOutput nebelhornIndex
    ensureDir $ nebelhornFolderOutput </> [reldir|style|]
    liftIO $ callCommand $ "sassc --sourcemap=auto "
    liftIO $ callCommand $ "sassc --sourcemap=auto --style compressed "
        <> nebelhornStylesheet <> " "
        <> toFilePath (nebelhornFolderOutput </> [relfile|style/stylesheet.css|])
    liftIO $ copyFolders nebelhornFoldersToCopy nebelhornFolderOutput