Project

lionel

0.0
No commit activity in last 3 years
No release in over 3 years
Engine gems are convenient for versioning and packaging static assets. Lionel lets you use assets packaged as Engines without depending on Rails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Lionel

Engine gems are convenient for versioning and packaging static assets. Lionel lets you use assets packaged as Engines without depending on Rails.

Installation

Add this line to your application's Gemfile:

gem 'lionel'

And then execute:

$ bundle

Installation - Middleman

If you want to serve/build assets from an engine, add this to your config.rb

activate :lionel do |l|
  l.engines_with_images << "#{engine_name}"
end

(see the demo app for example)

Known Supported Engines

Known Unsupported Engines

Known Supported Frameworks

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request