Sha256: 9a16c50addf8c909d4bf5caa8c3b0418b4bf3358936c773f57bcb081775fdf86

Contents?: true

Size: 656 Bytes

Versions: 16

Compression:

Stored size: 656 Bytes

Contents

Feature: Support SASS assets paths
 In order to import common shared assets when writing Sass

 Scenario: Importing assets from 'assets/stylesheets/' directory in app root
   Given the Server is running at "sass-assets-path-app"
   When I go to "/stylesheets/plain.css"
   Then I should see "color: green;"
   Then I should see "/* Works with shared SCSS assets from APPROOT/assets/stylesheets/_shared-asset.scss */"
   Then I should see "/* Works with shared SASS assets from APPROOT/assets/stylesheets/_shared-asset.sass */"
   Then I should see "font-size: 18px"
   Then I should see "/* Works with shared SASS assets from external source directory */"

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
middleman-more-3.0.14 features/sass-assets-paths.feature
middleman-more-3.0.13 features/sass-assets-paths.feature
middleman-more-3.0.12 features/sass-assets-paths.feature
middleman-more-3.0.12.pre.1 features/sass-assets-paths.feature
middleman-more-3.0.11 features/sass-assets-paths.feature
middleman-more-3.0.10.pre.1 features/sass-assets-paths.feature
middleman-more-3.0.9 features/sass-assets-paths.feature
middleman-more-3.0.8 features/sass-assets-paths.feature
middleman-more-3.0.8.pre.2 features/sass-assets-paths.feature
middleman-more-3.0.8.pre.1 features/sass-assets-paths.feature
middleman-more-3.0.7 features/sass-assets-paths.feature
middleman-more-3.0.6 features/sass-assets-paths.feature
middleman-more-3.0.5 features/sass-assets-paths.feature
middleman-more-3.0.4 features/sass-assets-paths.feature
middleman-more-3.0.2 features/sass-assets-paths.feature
middleman-more-3.0.1.pre features/sass-assets-paths.feature