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

Change sassc argument order

parent 37f4c074
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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