bangpound-compass-drupal-zen-plugin 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,5 +21,13 @@ Install
21
21
  Create a Drupal Zen theme Compass Project
22
22
  =========================================
23
23
 
24
- compass -r d6_zen2 -f zen <project name>
24
+ compass -r d6_zen2 -f zen <project name> --css-dir .
25
+
26
+ Use of the `--css-dir .` puts the compiled stylesheets into the theme folder where the theme .info file tells Drupal they should be.
25
27
 
28
+ To recompile your Drupal Zen theme stylesheets from src
29
+ =======================================================
30
+
31
+ compass -r d6_zen2
32
+
33
+ Run that command from your theme folder.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 0
4
+ :patch: 1
@@ -1 +1 @@
1
- require 'd6_zen'
1
+ require 'd6_zen2'
@@ -1,5 +1,4 @@
1
1
  stylesheet 'layout.sass', :media => "screen, projection"
2
- file 'config.rb'
3
2
  file 'favicon.ico'
4
3
  file 'logo.png'
5
4
  file 'screenshot.png'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bangpound-compass-drupal-zen-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Doherty