An open API service indexing awesome lists of open source software.

https://github.com/iraycd/brickwork

BrickWork is a reponsive jQuery plugin to create Dynamic layouts
https://github.com/iraycd/brickwork

Last synced: about 1 year ago
JSON representation

BrickWork is a reponsive jQuery plugin to create Dynamic layouts

Awesome Lists containing this project

README

          

# We haven't maintained the project since many years. Anyone interested can take up the project.

# [BrickWork](http://iraycd.github.io/brickwork/)
[![Build Status](https://travis-ci.org/iraycd/brickwork.svg?branch=master)](https://travis-ci.org/iraycd/brickwork)

BrickWork is a reponsive jQuery plugin to create Dynamic layouts. The main goal is to create the best and most customizable dynamic layouts plugins. When uglifid the code is `15KB`.

It's has been forked from [Freewall - Version 1.0.4](https://github.com/kombai/freewall)

This framework has been created keeping developers in the mind. The only requirement is `jQuery/Zepto`

## Supports
BrickWork supports almost all the browsers.

* Chrome
* Opera
* Safari
* IE 8.0+
* Firefox

## Developers

###Installation for development
First we have to the requirements.
####Requirements
+ **Node** - First thing you need to have is Node and NPM on you computer.
+ **Gulp** - Install Gulp `npm install gulp -g`
+ **`npm install`** to install the project requirements.

I have used `gulp-rigger` to organize the code. `src` is the directory where the entire code is written. `src/brickwork.js` is main file which is compiled as `brickwork.js` and `brickwork.min.js`

###Running the code
After the installation of the requirement you just need and when you have completed your changes you just need to follow.

+ Run `gulp rig` to make to compile the code to `brickwork.js`
+ Run `gulp uglify` to make both `brickwork.js` and `brickwork.min.js`

## License
Released under the MIT license