description "Compass extension for Skyron projects using HTML5 html5-boilerplate templates" stylesheet 'screen.scss', :media => 'all' stylesheet 'partials/_debug.scss' stylesheet 'partials/_functions.scss' stylesheet 'partials/_helpers.scss' stylesheet 'partials/_layout.scss' stylesheet 'partials/_media.scss' stylesheet 'partials/_misc.scss' stylesheet 'partials/_mixins.scss' stylesheet 'partials/_mods.scss' stylesheet 'partials/_normalize.scss' stylesheet 'partials/_print.scss' stylesheet 'partials/_type.scss' stylesheet 'partials/_vars.scss' stylesheet 'partials/sass-template.scss' stylesheet 'partials/mods/_mod-block.scss' stylesheet 'partials/mods/_mod-breadcrumb.scss' stylesheet 'partials/mods/_mod-carousel.scss' stylesheet 'partials/mods/_mod-footer.scss' stylesheet 'partials/mods/_mod-form.scss' stylesheet 'partials/mods/_mod-header.scss' stylesheet 'partials/mods/_mod-intro.scss' stylesheet 'partials/mods/_mod-main-nav.scss' stylesheet 'partials/mods/_mod-map.scss' stylesheet 'partials/mods/_mod-paging.scss' stylesheet 'partials/mods/_mod-strip.scss' stylesheet 'partials/mods/_mod-table.scss' if Compass.configuration.project_type == :rails file 'application.html.haml', :to => 'app/views/layouts/application.html.haml' file '_flashes.html.haml', :to => 'app/views/layouts/_flashes.html.haml' file '_footer.html.haml', :to => 'app/views/layouts/_footer.html.haml' file '_head.html.haml', :to => 'app/views/layouts/_head.html.haml' file '_header.html.haml', :to => 'app/views/layouts/_header.html.haml' file '_javascripts.html.haml', :to => 'app/views/layouts/_javascripts.html.haml' file '_stylesheets.html.haml', :to => 'app/views/layouts/_stylesheets.html.haml' file 'files/google.yml', :to => 'config/google.yml' javascript 'javascripts/libs/jquery-1.7.2.js', :to => 'libs/jquery.js' javascript 'javascripts/libs/jquery-1.7.2.min.js', :to => 'libs/jquery.min.js' javascript 'javascripts/libs/jquery-ui-1.8.22.min.js', :to => 'libs/jquery-ui-1.8.22.min.js' javascript 'javascripts/libs/modernizr-2.5.3.min.js', :to => 'libs/modernizr.min.js' javascript 'javascripts/libs/respond.min.js', :to => 'libs/respond.min.js' javascript 'javascripts/libs/selectivizr.js', :to => 'libs/selectivizr.js' javascript 'javascripts/plugins.js', :to => 'plugins.js' javascript 'javascripts/rails.js', :to => 'rails.js' else html 'index.html' #file 'index.html.haml' javascript 'javascripts/libs/jquery-1.7.2.js', :to => 'libs/jquery-1.7.2.js' javascript 'javascripts/libs/jquery-1.7.2.min.js', :to => 'libs/jquery-1.7.2.min.js' javascript 'javascripts/libs/jquery-ui-1.8.22.min.js', :to => 'libs/jquery-ui-1.8.22.min.js' javascript 'javascripts/libs/modernizr-2.5.3.min.js', :to => 'libs/modernizr-2.5.3.min.js' javascript 'javascripts/libs/respond.min.js', :to => 'libs/respond.min.js' javascript 'javascripts/libs/selectivizr.js', :to => 'libs/selectivizr.js' javascript 'javascripts/plugins.js', :to => 'plugins.js' javascript 'javascripts/script.js', :to => 'script.js' end html 'files/about.html', :to => 'about.html' html 'files/blog.html', :to => 'blog.html' html 'files/contact.html', :to => 'contact.html' html 'files/products.html', :to => 'products.html' html 'files/services.html', :to => 'services.html' #html 'files/htaccess', :to => '.htaccess' html 'files/404.html', :to => '404.html' html 'files/inc/breadcrumb.html', :to => 'inc/breadcrumb.html' html 'files/inc/footer.html', :to => 'inc/footer.html' html 'files/inc/header.html', :to => 'inc/header.html' html 'files/inc/main-nav.html', :to => 'inc/main-nav.html' html 'files/crossdomain.xml', :to => 'crossdomain.xml' html 'files/robots.txt', :to => 'robots.txt' html 'files/humans.txt', :to => 'humans.txt' image 'files/dummy-full.png', :to => 'dummy-full.png' image 'files/logo.png', :to => 'logo.png' image 'files/logo@x2.png', :to => 'logo@x2.png' html 'files/apple-touch-icon.png', :to => 'apple-touch-icon.png' html 'files/apple-touch-icon-57x57-precomposed.png', :to => 'apple-touch-icon-57x57-precomposed.png' html 'files/apple-touch-icon-72x72-precomposed.png', :to => 'apple-touch-icon-72x72-precomposed.png' html 'files/apple-touch-icon-114x114-precomposed.png', :to => 'apple-touch-icon-114x114-precomposed.png' html 'files/apple-touch-icon-precomposed.png', :to => 'apple-touch-icon-precomposed.png' html 'files/favicon.png', :to => 'favicon.png' help %Q{ This is a Compass extension for Skyron using html5-boilerplate templates Rails Installation ======================== $ gem install compass_extension $ cd my_project $ compass init rails -r compass_extension -u compass_extension --force Stand Alone Installation ======================== $ gem install html5-boilerplate $ compass create -r compass_extension -u compass_extension --javascripts-dir js --css-dir css --images-dir css } welcome_message %Q{ You've installed HTML5 Skyframe . Lucky you! ;) }