lib/compass/frameworks/blueprint/templates/project/manifest.rb in compass-edge-0.9.5.0 vs lib/compass/frameworks/blueprint/templates/project/manifest.rb in compass-edge-0.10.0.pre
- old
+ new
@@ -1,32 +1,8 @@
-description "The blueprint framework."
-
stylesheet 'screen.sass', :media => 'screen, projection'
stylesheet 'partials/_base.sass'
stylesheet 'print.sass', :media => 'print'
stylesheet 'ie.sass', :media => 'screen, projection', :condition => "lt IE 8"
image 'grid.png'
html 'welcome.html.haml', :erb => true
-
-help %Q{
-Please see the blueprint website for documentation on how blueprint works:
-
- http://blueprintcss.org/
-
-Docs on the compass port of blueprint can be found on the wiki:
-
- http://wiki.github.com/chriseppstein/compass/blueprint-documentation
-}
-
-welcome_message %Q{
-Please see the blueprint website for documentation on how blueprint works:
-
- http://blueprintcss.org/
-
-Docs on the compass port of blueprint can be found on the wiki:
-
- http://wiki.github.com/chriseppstein/compass/blueprint-documentation
-
-To get started, edit the screen.sass file and read the comments and code there.
-}