Skip to content

Commit

Permalink
Sprockets does not have built-in support for LESS
Browse files Browse the repository at this point in the history
from v3.x.
sstephenson#547
  • Loading branch information
k0kubun committed Feb 6, 2016
1 parent 142e9cd commit 8c457c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprockets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.name = "sprockets"
s.version = Sprockets::VERSION
s.summary = "Rack-based asset packaging system"
s.description = "Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS."
s.description = "Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, Sass, and SCSS."
s.license = "MIT"

s.files = Dir["README.md", "CHANGELOG.md", "LICENSE", "lib/**/*.rb"]
Expand Down

0 comments on commit 8c457c9

Please sign in to comment.