Skip to content

gkop/lionel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Use assets packaged as Engines without Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages