Sha256: 490e1be24d62645735c0d1db8a8b0b0a0304a34998b38518deec552b3e971046
Contents?: true
Size: 501 Bytes
Versions: 5
Compression:
Stored size: 501 Bytes
Contents
Feature: CSS and Javascripts which are minify shouldn't be re-minified Scenario: CSS file Scenario: JS files containing ".min" should not be re-compressed And the Server is running at "already-minified-app" When I go to "/javascripts/test.min.js" Then I should see "10" lines Scenario: CSS files containing ".min" should not be re-compressed And the Server is running at "already-minified-app" When I go to "/stylesheets/test.min.css" Then I should see "10" lines
Version data entries
5 entries across 5 versions & 1 rubygems