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
This framework has been created keeping developers in the mind. The only requirement is jQuery/Zepto
BrickWork supports almost all the browsers.
First we have to the requirements.
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
After the installation of the requirement you just need and when you have completed your changes you just need to follow.
gulp rig
to make to compile the code to brickwork.js
gulp uglify
to make both brickwork.js
and brickwork.js
Released under the MIT license