Skip to content

Instantly share code, notes, and snippets.

@jg
Last active August 29, 2015 14:05
Show Gist options
  • Save jg/171c5cf0534492687d98 to your computer and use it in GitHub Desktop.
Save jg/171c5cf0534492687d98 to your computer and use it in GitHub Desktop.
match "css/main.less" $ do
route $ setExtension "css"
compile $ lessCompiler
lessCompiler :: Compiler (Item String)
lessCompiler =
getResourceString >>=
withItemBody (unixFilter "lessc" [])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment