Sha256: 8f9ab867bff7f99de028ebbcdaeb7f0b151085b146e5006db20ddc3f3c8f2dbb
Contents?: true
Size: 777 Bytes
Versions: 2
Compression:
Stored size: 777 Bytes
Contents
Setup assets and create boilerplate layout for GroundworkCSS ============================================================== `rails g groundworkcss:install` Inserts required lines into application manifest files: /app/assets/javascripts/application.{js,coffee} /app/assets/stylesheets/application.{css,scss} Creates boilerplate layout: /app/views/layouts/application.html.erb Creates Groundwork settings file: /app/assets/stylesheets/_groudnwork_settings.scss Add GroundworkCSS documentation files (great for testing, too) -------------------------------------------------------------- `rails g groundworkcss:docs` Creates required files, controller and configures routes to Groundwork documenation pages in your rails app (great for offline use and testing).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
groundworkcss-2.0.1 | lib/groundworkcss/generators/USAGE.md |
groundworkcss-2.0.0 | lib/groundworkcss/generators/USAGE.md |