Sha256: b0da74c66186cb5c60f96db69884927c61ccbabfffde1a6b6e0779e4b98a81e5

Contents?: true

Size: 944 Bytes

Versions: 1

Compression:

Stored size: 944 Bytes

Contents

slim-server
===========

slim-server for [slim](http://slim-lang.com/) is like Spork for rspec.
It provides drb server to compile slim templates quickly.

Why?
----

Recently I'm createting a PhongeGap app. But I don't want to 
write HTMLs by hand, so I chose [shadow.vim](https://github.com/ujihisa/shadow.vim/)
to compile slim template to HTML automagically.

Then I found :save became annoying slow; that's why I wrote
slim-server.

Install
=======

    $ gem i slim-server

Usage
=====

    $ slim-server start &
    $ slim-server compile < foo.slim > foo.html

If you are using [shadow.vim](https://github.com/ujihisa/shadow.vim/), your foo.html.shd should look like:

    ## slim-server compile
    // vim: set ft=slim :
    
    doctype html
    html
      body
        h1 Hello

License
=======

MIT

Contact
=======

[https://github.com/yhara/slim-server](https://github.com/yhara/slim-server)

Yutaka HARA (yhara)

twitter: @yhara_en

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slim-server-0.0.1 README.mkd