Project

myth-rails

0.0
No commit activity in last 3 years
No release in over 3 years
Myth adapter for the Rails asset pipeline.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0.1
< 5.0, >= 4.0.0
 Project Readme

Myth-Rails

Myth adapter for the Rails asset pipeline.

Installation

gem install myth-rails

If you are precompiling your assets (with rake assets:precompile) before run your application in production, you might want add it to the assets group to prevent the gem being required in the production environment.

group :assets do
  gem 'myth-rails'
end

Usage

Stylesheet files depending on Myth should contain a .myth extension.

Running tests

$ bundle install
$ bundle exec rake test

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

Code Status

  • Travis CI
  • Gem Version
  • Dependencies