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