coffee test

This commit is contained in:
Thomas Reynolds 2013-03-20 09:52:31 -07:00
parent 0a1751fff0
commit 63a13e1e66
2 changed files with 3 additions and 3 deletions

View file

@ -203,7 +203,7 @@ Feature: Minify Javascript
"""
And the Server is running at "passthrough-app"
When I go to "/inline-coffeescript.html"
Then I should see "13" lines
Then I should see "14" lines
Scenario: Rendering external js (coffeescript) with a passthrough minifier
Given a fixture app "passthrough-app"
@ -221,5 +221,5 @@ Feature: Minify Javascript
"""
And the Server is running at "passthrough-app"
When I go to "/javascripts/coffee_test.js"
Then I should see "11" lines
Then I should see "12" lines

View file

@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.add_dependency("middleman-core", Middleman::VERSION)
s.add_dependency("uglifier", ["~> 1.2.6"])
s.add_dependency("uglifier", ["~> 1.3.0"])
s.add_dependency("haml", [">= 3.1.6"])
s.add_dependency("sass", [">= 3.1.20"])
s.add_dependency("compass", [">= 0.12.2"])