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