Project

alom

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A Ruby wrapper to use Alom on Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.14
~> 10.0
~> 3.0
 Project Readme

alom

For Rails Asset Pipeline

Alom is the lighest, simplest framework ever, it will help you to kick up your project without interfering with any style, it is designed to make your life simpler and to help you deal with all the responsive stuff.

The alom gem integrates the Alom framework for Rails 4+ Asset Pipeline.

Table of contents

  • Installing Gem
  • Usage
  • Contributing
  • License

Installing Gem

You need to only include the alom gem inside your Gemfile:

gem 'alom'

or you can install from the latest build:

gem 'alom', git: 'git@github.com:IcaliaLabs/alom-rails.git'

Install the gem using the bundle command:

$ bundle

Usage

In your application.css, include the css file:

/*
 *= require alom
 */

Or if you're using SASS, go to application.css.scss and add:

@import "alom";

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/IcaliaLabs/alom-rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.