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.
- data/README.mkdn +9 -1
- data/VERSION.yml +1 -1
- data/d6_zen2/templates/project/config.rb +1 -1
- data/d6_zen2/templates/project/manifest.rb +0 -1
- metadata +1 -1
data/README.mkdn
CHANGED
@@ -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.
|
data/VERSION.yml
CHANGED
@@ -1 +1 @@
|
|
1
|
-
require '
|
1
|
+
require 'd6_zen2'
|