Loading src/Save.hs +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/Save.hs +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading