Revert "stylus is not available yet in latest tilt"

This reverts commit 80b79c89eb.
This commit is contained in:
Konstantin Haase 2013-02-26 20:36:53 +11:00
parent 80b79c89eb
commit 17743444a8
2 changed files with 2 additions and 3 deletions

View File

@ -832,8 +832,7 @@ template than for the layout by passing the `:layout_engine` option.
</a> and a
<a href="https://github.com/sstephenson/execjs/blob/master/README.md#readme" title="ExecJS">
way to execute javascript
</a>, it also requires and as of yet unreleased version of
<a href="https://github.com/rtomayko/tilt">Tilt</a>
</a>
</td>
</tr>
<tr>

View File

@ -4,7 +4,7 @@ begin
require 'stylus'
begin
Tilt[:styl].new { "1" }.render
Stylus.compile '1'
rescue RuntimeError
raise LoadError, 'unable to find Stylus compiler'
end