Skip to content

Commit

Permalink
ENH: Cleaning up the build pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Debilski committed Jul 29, 2014
1 parent 5a6e526 commit f3e5ad8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions debilski-de.hs
Expand Up @@ -31,12 +31,6 @@ main = hakyll $ do
route idRoute
compile copyFileCompiler

match "scss/styles.scss" $ do
route $ gsubRoute "scss/" (const "css/") `composeRoutes` setExtension "css"
compile $ getResourceString
>>= withItemBody (bundleFilter "sass" ["-s", "--scss", "--compass", "--style", "compressed"])
>>= return . fmap compressCss

match "scss/**.scss" $ do
compile getResourceBody

Expand Down

0 comments on commit f3e5ad8

Please sign in to comment.