lib/compass/frameworks/blueprint/templates/buttons/manifest.rb in compass-edge-0.9.2 vs lib/compass/frameworks/blueprint/templates/buttons/manifest.rb in compass-edge-0.9.3
- old
+ new
@@ -1,5 +1,17 @@
+description "Button Plugin"
stylesheet 'buttons.sass', :media => 'screen, projection'
image 'buttons/cross.png'
image 'buttons/key.png'
image 'buttons/tick.png'
+
+help %Q{
+To install the button plugin:
+ compass init --using blueprint/buttons
+
+The buttons.sass file is just a recommendation to show you how to use the button mixins.
+}
+
+welcome_message %Q{
+The buttons.sass file is just a recommendation to show you how to use the button mixins.
+}