Project

myth

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby Myth is a bridge to the CSS Myth preprocessor.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

>= 0
>= 0.3.0
 Project Readme

Travis CI

Ruby Myth

Ruby Myth is a bridge to the Myth preprocessor.

Myth.preprocess File.read("input.css")

Installation

gem install myth

Dependencies

This library depends on the myth-source gem.

You can use this library with unreleased versions of Myth by setting the MYTH_SOURCE_PATH environment variable:

export MYTH_SOURCE_PATH=/path/to/myth.js

ExecJS

The ExecJS library is used to automatically choose the best JavaScript engine for your platform. Check out its README for a complete list of supported engines.

Running tests

$ BUNDLE_GEMFILE=test/gemfiles/0.3.0 bundle install
$ BUNDLE_GEMFILE=test/gemfiles/0.3.0 rake test

If you need to test against local gems, use Bundler's gem :path option in the Gemfile.