Sha256: 404cf0f1b2f971f1ac7c14b69346ee3a3b5cdfc10de3c234faba69aa20888324
Contents?: true
Size: 641 Bytes
Versions: 3
Compression:
Stored size: 641 Bytes
Contents
Feature: Support coffee-script In order to offer an alternative when writing Javascript Scenario: Rendering coffee script Given the Server is running at "test-app" When I go to "/javascripts/coffee_test.js" Then I should see "Array.prototype.slice" Scenario: Rendering coffee-script with :coffeescript haml-filter Given the Server is running at "test-app" When I go to "/inline-coffeescript.html" Then I should see "Array.prototype.slice" Scenario: Rendering broken coffee Given the Server is running at "test-app" When I go to "/javascripts/broken-coffee.js" Then I should see "ProgramError"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
middleman-3.0.0.alpha.4 | features/coffee-script.feature |
middleman-3.0.0.alpha.3 | features/coffee-script.feature |
middleman-3.0.0.alpha.2 | features/coffee-script.feature |