Sha256: ea33de8ee1bd78896140158181eadcd89ba1ca415c0e6e8b5c717b90f824d350
Contents?: true
Size: 1.22 KB
Versions: 2
Compression:
Stored size: 1.22 KB
Contents
description "Special kit that allows you create Rails 3 apps quick" # rails stylesheets stylesheet 'rails/public/stylesheets/layout.scss', :to => 'rails/layout.scss' stylesheet 'rails/public/stylesheets/screen.scss', :to => 'rails/screen.scss', :media => 'screen, projection' stylesheet 'rails/public/stylesheets/print.scss', :to => 'rails/print.scss', :media => 'print' stylesheet 'rails/public/stylesheets/wysiwyg.scss', :to => 'rails/wysiwyg.scss' # playmo additional styles and files stylesheet 'playmo/playmo.scss' stylesheet 'playmo/article.scss' image 'playmo/icons/outgoing.png' # boilerplate stuff html 'boilerplate/files/crossdomain.xml', :to => 'crossdomain.xml' html 'boilerplate/files/robots.txt', :to => 'robots.txt' html 'boilerplate/files/apple-touch-icon.png', :to => 'apple-touch-icon.png' html 'boilerplate/files/favicon.ico', :to => 'favicon.ico' stylesheet 'boilerplate/css/style.scss', :media => 'all' javascript 'boilerplate/js/libs/dd_belatedpng.js', :to => 'lib/dd_belatedpng.js' javascript 'boilerplate/js/libs/modernizr-1.7.min.js', :to => 'lib/modernizr-1.7.min.js' # google analytics config file 'google/google.yml', :to => 'config/google.yml' help %Q{ } welcome_message %Q{ }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
playmo-0.0.6 | templates/project/manifest.rb |
playmo-0.0.5 | templates/project/manifest.rb |