Skip to content

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