coffee test
This commit is contained in:
parent
0a1751fff0
commit
63a13e1e66
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
@ -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"])
|
||||
|
|
Loading…
Reference in a new issue