cwninja-dynamic_sass 0.1.1 → 0.1.2
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.markdown +4 -3
- metadata +2 -12
data/README.markdown
CHANGED
@@ -8,11 +8,12 @@ This is handy for platforms like heroku which have a read only file system, but
|
|
8
8
|
1. Install the plugin, you should know how to do that by now.
|
9
9
|
2. Make sure it loads immediately after haml (it has to undo some of HAML's work).
|
10
10
|
|
11
|
-
##
|
11
|
+
## By Example
|
12
12
|
|
13
|
-
Add the following
|
13
|
+
Add the following lines to your environment.rb near the end of the initializer block:
|
14
14
|
|
15
|
-
config.
|
15
|
+
config.gem "cwninja-dynamic_sass", :source => "http://gems.github.com/", :lib => false
|
16
|
+
config.plugins = ["haml", "cwninja-dynamic_sass", :all]
|
16
17
|
|
17
18
|
And your done.
|
18
19
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cwninja-dynamic_sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Lea
|
@@ -9,19 +9,9 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-06-11 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
|
-
- !ruby/object:Gem::Dependency
|
16
|
-
name: haml
|
17
|
-
type: :runtime
|
18
|
-
version_requirement:
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
20
|
-
requirements:
|
21
|
-
- - ">="
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version: "0"
|
24
|
-
version:
|
25
15
|
- !ruby/object:Gem::Dependency
|
26
16
|
name: shoulda
|
27
17
|
type: :development
|