description "Responsive Web Design Kickstart" # Stylesheets file '../shared/style.scss', :like => :stylesheet, :media => 'screen, projection', :to => 'style.scss' file '_base.scss', :like => :stylesheet, :to => 'partials/global/_base.scss' file '../shared/_variables.scss', :like => :stylesheet, :to => 'partials/global/_variables.scss' file '../shared/_functions.scss', :like => :stylesheet, :to => 'partials/global/_functions.scss' file '../shared/_mixins.scss', :like => :stylesheet, :to => 'partials/global/_mixins.scss' file '../shared/_extendables.scss', :like => :stylesheet, :to => 'partials/global/_extendables.scss' file '../shared/_style-guide.scss', :like => :stylesheet, :to => 'partials/styleguide/_style-guide.scss' file '../shared/_layout.scss', :like => :stylesheet, :to => 'partials/layout/_layout.scss' file '../shared/_ie-layout.scss', :like => :stylesheet, :to => 'partials/layout/_ie-layout.scss' file '../shared/_print-layout.scss', :like => :stylesheet, :to => 'partials/layout/_print-layout.scss' file '../shared/_design.scss', :like => :stylesheet, :to => 'partials/design/_design.scss' file '../shared/_ie-design.scss', :like => :stylesheet, :to => 'partials/design/_ie-design.scss' file '../shared/_print-design.scss', :like => :stylesheet, :to => 'partials/design/_print-design.scss' file '../shared/print.scss', :like => :stylesheet, :media => 'print', :to => 'print.scss' file '../shared/ie.scss', :like => :stylesheet, :media => 'screen, projection', :condition => "lt IE 8", :to => 'ie.scss' # JavaScript file '../shared/hammer.js', :like => :javascript, :to => 'hammer.js' file '../shared/loader.js', :like => :javascript, :to => 'loader.js' file '../shared/modernizr-2.5.3.js', :like => :javascript, :to => 'modernizr-2.5.3.js' help %Q{ Please contact Sam Richard or Mason Wendell with questions: sam@snug.ug mason@zivtech.com } welcome_message %Q{ Responsive Web Design Kickstart Welcome to the Responsive Web Design Kickstart gem! Provided are the basic tools needed to kickstart a custom Responsive Web Design solution tailor made to your needs! Remember, tools and best practices are always changing, so keep up to date! The following is included in this build: Compass Extensions: * Susy * Toolkit * Breakpoint JavaScript: * Modernizr Custom Build with all Standard features of 2.3.5 except html5shiv w/printshiv or Media Queries. Build your own from http://modernizr.com/download/ when you are ready for production * Loader.js custom JavaScript file for holding conditional asset loading scripts thanks to Modernizr's yepnope (http://yepnopejs.com/). Comes with yepnope code for loading in Hammer.js, just make sure the path is correct from root.. Ready for production, but remember to minify and gzip! * Hammer.js (http://eightmedia.github.com/hammer.js/) for awesome touch events. Ready for production, but remember to minify and gzip! Include the following in your
tag: Include the following, and all other JavaScript, including any JavaScript frameworks you may be using like jQuery, right before your closing tag: }