Sha256: 45ee56aea846c7aa352dffb4817323d04ed306956d32cf5339b110179c147c00
Contents?: true
Size: 827 Bytes
Versions: 64
Compression:
Stored size: 827 Bytes
Contents
Feature: Minify Javascript In order reduce bytes sent to client and appease YSlow Background: Given current environment is "build" Scenario: Rendering inline js with the feature disabled Given "minify_javascript" feature is "disabled" And the Server is running at "test-app" When I go to "/inline-js.html" Then I should see "10" lines Scenario: Rendering inline js with the feature enabled Given "minify_javascript" feature is "enabled" And the Server is running at "test-app" When I go to "/inline-js.html" Then I should see "5" lines Scenario: Rendering inline js (coffeescript) with the feature enabled Given "minify_javascript" feature is "enabled" And the Server is running at "test-app" When I go to "/inline-coffeescript.html" Then I should see "5" lines
Version data entries
64 entries across 64 versions & 1 rubygems