Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing the RoyFilter #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ethul
Copy link

@ethul ethul commented Jun 2, 2012

Hi All,

The RoyFilter compiles files written in the Roy language
(http://roy.brianmckenna.org) to JavaScript as part of the asset
pipeline. This filter depends on the roy-lang gem. It has been added a
dev dependency.

An example using the filter in an Assetfile:

  output "public"

  input "assets" do
    match "*.roy" do
      roy
    end
  end

Best,
-Eric

The RoyFilter compiles files written in the Roy language
(http://roy.brianmckenna.org) to JavaScript as part of the asset
pipeline. This filter depends on the roy-lang gem. It has been added a
dev dependency.

An example using the filter in an Assetfile:

  output "public"

  input "assets" do
    match "*.roy" do
      roy
    end
  end

Also, therubyracer gem was added as a dev depedency because the less
files would not compile without it. Also, the coffee script filter's
spec was modified since the error message on the spec testing invalid
input gave a slighly different message than what the spec was expecting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant