Sha256: a7f10ab603ebc82f062a891a152aa38597fc50d3e13fbf7e65fd2cc06718e07f

Contents?: true

Size: 1.32 KB

Versions: 72

Compression:

Stored size: 1.32 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)

[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

72 entries across 72 versions & 1 rubygems

Version Path
active_frontend-16.4.0 README.md
active_frontend-16.3.4 README.md
active_frontend-16.3.3 README.md
active_frontend-16.3.2 README.md
active_frontend-16.3.1 README.md
active_frontend-16.3.0 README.md
active_frontend-16.2.2 README.md
active_frontend-16.2.1 README.md
active_frontend-16.2.0 README.md
active_frontend-16.1.7 README.md
active_frontend-16.1.6 README.md
active_frontend-16.1.5 README.md
active_frontend-16.1.4 README.md
active_frontend-16.1.3 README.md
active_frontend-16.1.2 README.md
active_frontend-16.1.1 README.md
active_frontend-16.1.0 README.md
active_frontend-16.0.24 README.md
active_frontend-16.0.23 README.md
active_frontend-16.0.22 README.md