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

Use long sassc option for source map because of version incompatibilities

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