Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-01-16 21:23:57 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-01-16 21:59:51 +0400
commit6c0efeb6ee20ccdab2b17fd4c71c4a4a29ca7c58 (patch)
tree49f3ea7512b087b0d9da4329b284bac8d7655f1b /bootstrap-sass.gemspec
parent738f14a068eff3a97cbd1f09591d6f8267de4c4e (diff)
sprockets-rails test for #500
test for digest presence in asset refs compiled with Rails in production mode
Diffstat (limited to 'bootstrap-sass.gemspec')
-rw-r--r--bootstrap-sass.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index f5b303a0..1b77d176 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -21,6 +21,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'tzinfo'
s.add_development_dependency 'jquery-rails'
s.add_development_dependency 'slim-rails'
+ s.add_development_dependency 'uglifier'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")