Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the description of the LessFilter #54

Merged
merged 1 commit into from Jan 5, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions lib/rake-pipeline-web-filters/less_filter.rb
@@ -1,10 +1,8 @@
require 'rake-pipeline-web-filters/filter_with_dependencies'

module Rake::Pipeline::Web::Filters
# A filter that accepts a series of inputs and translates
# them using the Tilt template interface, which will attempt
# to guess which template language to use based on the input
# file extension.
# A filter that compiles input files written in Less
# to CSS using the Less compiler.
#
# Requires {https://rubygems.org/gems/less-js less-js}
#
Expand Down