hassle 0.0.0 → 0.0.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.textile +9 -1
- metadata +2 -2
data/README.textile
CHANGED
@@ -2,6 +2,14 @@ h1. Hassle
|
|
2
2
|
|
3
3
|
Making "SASS":http://sass-lang.com/ less of a hassle on read only filesystems. (like "Heroku":http://heroku.com)
|
4
4
|
|
5
|
+
h2. Install
|
6
|
+
|
7
|
+
Get it from "Gemcutter.":http://gemcutter.org
|
8
|
+
|
9
|
+
<pre>
|
10
|
+
gem install hassle -s http://gemcutter.org
|
11
|
+
</pre>
|
12
|
+
|
5
13
|
h2. Usage
|
6
14
|
|
7
15
|
By default, SASS compiles CSS into the @public/@ directory. On platforms like Heroku, "this won't work.":http://docs.heroku.com/constraints#read-only-filesystem Instead, Hassle compiles the SASS for you into @tmp/@ and serves it up via a @Rack::Static@ middleware.
|
@@ -66,7 +74,7 @@ For Rails: @script/plugin install git://github.com/pedro/hassle@. Done. Once you
|
|
66
74
|
|
67
75
|
h3. Sinatra
|
68
76
|
|
69
|
-
Here's a sample config.ru that's running
|
77
|
+
Here's a sample config.ru that's "up and running.":http://hassle-sinatra.heroku.com
|
70
78
|
|
71
79
|
<pre>
|
72
80
|
require 'sinatra'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hassle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pedro Belo
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
version: "0"
|
25
25
|
version:
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
|
-
name:
|
27
|
+
name: haml
|
28
28
|
type: :runtime
|
29
29
|
version_requirement:
|
30
30
|
version_requirements: !ruby/object:Gem::Requirement
|