templates/project/manifest.rb in modularis-5.0 vs templates/project/manifest.rb in modularis-6.4.3

- old
+ new

@@ -1,24 +1,18 @@ -# Description -description "Description of your Compass Template" +description "A compass plugin for using normalize.css" -# Stylesheet Import -file 'screen.scss', :like => :stylesheet, :media => 'screen, projection' -file 'print.scss', :like => :stylesheet, :media => 'screen, projection' -file 'ie.scss', :like => :stylesheet, :media => 'screen, projection', :condition => "lt IE 9" +stylesheet 'scss/common.scss', :media => 'all' -# Javascript Import -file 'scripts.js', :like => :javascript, :to => 'scripts.js' +# Make sure you list all the project template files here in the manifest. +file 'humans.txt' +file 'robots.txt' +file 'MIT-LICENSE.txt' -# General File Import -# file 'README.md', :to => "README.md" -# Compass Modularis Help help %Q{ - Help for your Compass extension + Please see the normalize.css website for documentation and more information + For more information on how normalize.css works please visit the wiki } -# Compass Extension Welcome Message -# Users will see this when they create a new project using this template. welcome_message %Q{ - Welcome to my Compass Extension! + Hello! Welcome Message! } \ No newline at end of file