Sha256: 01879fdd28563fb352aea28ef34a9364fa5d8a861fdc8b7fe57aabcb8f58192e

Contents?: true

Size: 885 Bytes

Versions: 1

Compression:

Stored size: 885 Bytes

Contents

description "Stitch CSS directory template"

help %Q{
  Read the Stitch documentation for more details:
     https://github.com/anthonyshort/stitch-css/blob/master/README.md
}

welcome_message %Q{
  The Stitch project directory has been created.
  
  Usage:
    For browsers that support media queries, link to the master.css file in the root. For other browsers, link to the legacy.css file in the root. 
    
    The common layouts (desktop, print and mobile) have been created for you with the common patterns already imported.
    
    Read the documentation for more information about structuring your CSS. 
}

# Automatically copy over stylesheets
discover :stylesheets

# Create assets directories
directory 'assets'
directory 'assets/bg'
directory 'assets/borders'
directory 'assets/fonts'
directory 'assets/icons'
directory 'assets/sprites'
directory 'assets/text'

# Layouts

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stitch-0.0.3 templates/project/manifest.rb