Skip to content

Instantly share code, notes, and snippets.

@ppcano
Created February 22, 2012 17:26
Show Gist options
  • Select an option

  • Save ppcano/1886185 to your computer and use it in GitHub Desktop.

Select an option

Save ppcano/1886185 to your computer and use it in GitHub Desktop.
Suggestions for rake-pipeline
input "less" do
match "views/*.less" depends "import/*.less" do
filter CustomLessFilter
concat "project.css"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment