cyaml 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,6 @@ image 'images/vlist/square/node_plus.gif', :to => 'vlist/square/node_plus.gif'
16
16
  image 'images/vlist/square/subnode.gif', :to => 'vlist/square/subnode.gif'
17
17
  image 'images/vlist/square/subnode_minus.gif', :to => 'vlist/square/subnode_minus.gif'
18
18
  image 'images/vlist/square/subnode_plus.gif', :to => 'vlist/square/subnode_plus.gif'
19
- stylesheet 'project.scss', :media => 'all'
20
19
  stylesheet 'basemod.scss', :media => 'all'
21
20
  stylesheet 'patch_my_layout.scss', :media => 'screen, projection'
22
21
 
@@ -45,4 +44,6 @@ $ compass create my_project -r cyaml -u cyaml --javascripts-dir js --css-dir css
45
44
  welcome_message %Q{
46
45
  You've installed CYAML. Good for you!
47
46
 
47
+ Now you should create a project.scss file where your Project specific CSS-rules and imports go.
48
+
48
49
  }
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 21
9
- version: 0.0.21
8
+ - 22
9
+ version: 0.0.22
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Gerber
@@ -93,7 +93,6 @@ files:
93
93
  - templates/project/images/sliding_door/round/left_on.png
94
94
  - templates/project/images/sliding_door/round/bg.gif
95
95
  - templates/project/images/sliding_door/round/right_on.png
96
- - templates/project/project.scss
97
96
  - templates/project/basemod.scss
98
97
  - templates/project/manifest.rb
99
98
  has_rdoc: true
File without changes