Sha256: 2f59ca4578211b7eccbec40a8ece1ad58c5de04fe8ebabaf91fbc638b16fd44b

Contents?: true

Size: 1.39 KB

Versions: 2

Compression:

Stored size: 1.39 KB

Contents

# ember-script-ruby

Provides a lightweight ruby wrapper around [EmberScript](https://github.com/ghempton/ember-script).

`EmberScript.compile(source)`

## Rails Integration

Should work out of the box with Sprockets or Tilt. EmberScript files should use the '.em' extension.

## Installation

This gem requires that an `ember-script` command be available in the current path. Being as EmberScript is still in early development, it is best to install via npm from source. After installing [Node.js](http://nodejs.org/), run the following commands:

```
git clone git@github.com:ghempton/ember-script.git
cd ember-script
sudo npm install -g
```

## Contributing to ember-script-ruby
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
* Fork the project.
* Start a feature/bugfix branch.
* Commit and push until you are happy with your contribution.
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

## Copyright

Copyright (c) 2012 Gordon L. Hempton. See LICENSE.txt for
further details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ember_script-0.0.2 README.md
ember_script-0.0.1 README.md