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
- Host: GitHub
- URL: https://github.com/iraycd/brickwork
- Owner: iraycd
- License: mit
- Archived: true
- Created: 2014-04-12T20:50:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T11:41:42.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T23:33:20.108Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://iraycd.github.io/brickwork/
- Size: 21.1 MB
- Stars: 83
- Watchers: 11
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-github-projects - brickwork - BrickWork is a reponsive jQuery plugin to create Dynamic layouts ⭐81 `JavaScript` (📦 Legacy & Inactive Projects)
README
# We haven't maintained the project since many years. Anyone interested can take up the project.
# [BrickWork](http://iraycd.github.io/brickwork/)
[](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