Sha256: d0a0419c017a34f4eedccc1b92bccfe52aad775cda2661ff5d9e9bbe8d291bb1

Contents?: true

Size: 1.44 KB

Versions: 84

Compression:

Stored size: 1.44 KB

Contents

# ActiveFrontend

[![Gem Version](https://badge.fury.io/rb/active.svg)](http://badge.fury.io/rb/active_frontend)
[![Build Status](https://travis-ci.org/drexed/active_frontend.svg?branch=master)](https://travis-ci.org/drexed/active_frontend)
[![Coverage Status](https://coveralls.io/repos/drexed/active_frontend/badge.png)](https://coveralls.io/r/drexed/active_frontend)

[ActiveFrontend](https://github.com/drexed/active_frontend) is a refreshingly modern responsive web framework for beautiful and faster project development.

To get started, check out [https://github.com/drexed/active](https://github.com/drexed/active)!

## Installation

Add this line to your application's Gemfile:

    gem 'active_frontend'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install active_frontend

## Table of Contents

* [Configuration](#configuration)
* [Stylesheets](#stylesheets)
* [Javascripts](#javascripts)

## Configuration

`rails generate active_frontend:install` will generate the following `active_frontend.js` and `active_frontend.scss` file and add it within `vendor/assets/javascripts` and `vendor/assets/stylesheets` directories respectively.

## Contributing

1. Fork it ( https://github.com/[my-github-username]/active_frontend/fork )
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 a new Pull Request

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
active_frontend-14.0.88 README.md
active_frontend-14.0.87 README.md
active_frontend-14.0.86 README.md
active_frontend-14.0.85 README.md
active_frontend-14.0.84 README.md
active_frontend-14.0.83 README.md
active_frontend-14.0.82 README.md
active_frontend-14.0.81 README.md
active_frontend-14.0.80 README.md
active_frontend-14.0.79 README.md
active_frontend-14.0.78 README.md
active_frontend-14.0.77 README.md
active_frontend-14.0.76 README.md
active_frontend-14.0.75 README.md
active_frontend-14.0.74 README.md
active_frontend-14.0.73 README.md
active_frontend-14.0.72 README.md
active_frontend-14.0.71 README.md
active_frontend-14.0.70 README.md
active_frontend-14.0.69 README.md