bricklayer
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -26,3 +26,3 @@ { | ||
], | ||
"version": "0.3.0" | ||
"version": "0.3.1" | ||
} |
@@ -34,3 +34,2 @@ var gulp = require('gulp'), | ||
gulp.task("js", function () { | ||
gulp.src('src/bricklayer.ts') | ||
@@ -44,2 +43,14 @@ .pipe(typescript({ | ||
gulp.task("jquery", function () { | ||
gulp.src('src/jquery.bricklayer.js') | ||
.pipe(gulp.dest("./dist")) | ||
}) | ||
gulp.task("jquerymin", function () { | ||
gulp.src('src/jquery.bricklayer.js') | ||
.pipe(uglify()) | ||
.pipe(rename({suffix: ".min"})) | ||
.pipe(gulp.dest("./dist")) | ||
}) | ||
gulp.task("browserify", function () { | ||
@@ -76,2 +87,2 @@ browserify() | ||
gulp.task("default", ["watch"]) | ||
gulp.task("export", ["css", "cssmin", "js", "browserify", "jsmin"]) | ||
gulp.task("export", ["css", "cssmin", "js", "browserify", "jsmin", "jquery", "jquerymin"]) |
{ | ||
"name": "bricklayer", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Lightweight and strong Masonry alternative", | ||
@@ -5,0 +5,0 @@ "main": "dist/bricklayer-node.js", |
@@ -14,3 +14,3 @@ <img src="https://raw.githubusercontent.com/ademilter/bricklayer/master/logo.png" width="416"> | ||
[![Image](https://rawgit.com/ademilter/bricklayer/master/assets/screenshot-wall.gif)](http://ademilter.github.io/bricklayer/gradient-wall.html) | ||
[![Image](https://rawgit.com/ademilter/bricklayer/master/assets/screenshot.gif)](http://ademilter.github.io/bricklayer) | ||
@@ -39,4 +39,4 @@ ## All Examples | ||
```html | ||
<link rel="stylesheet" href="//npmcdn.com/bricklayer/dist/bricklayer.css"> | ||
<script src="//npmcdn.com/bricklayer/dist/bricklayer.min.js"></script> | ||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bricklayer/0.2.4/bricklayer.min.css"> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/bricklayer/0.2.4/bricklayer.min.js"></script> | ||
``` | ||
@@ -47,5 +47,18 @@ | ||
npm install bricklayer # using npm | ||
``` | ||
``` | ||
bower install bricklayer # or using bower | ||
``` | ||
## Bricklayer Extensions | ||
Since Bricklayer is purely vanilla, you can use it with your frameworks. Here some framework extensions built by the awesome community: | ||
| Framework | Bricklayer Extension | Playground | | ||
| --------- | -------------------- | ---------- | | ||
| **Angular.js** | [JohnnyTheTank/angular-bricklayer](https://github.com/JohnnyTheTank/angular-bricklayer) | [http://plnkr.co/edit/mo3G36](http://plnkr.co/edit/mo3G36?p=info) | | ||
You can also [add your extensions](https://github.com/ademilter/bricklayer/issues/new?title=Bricklayer%20Extension) to the list! | ||
## Usage | ||
@@ -191,5 +204,5 @@ | ||
- [Adem İlter](https://twitter.com/ademilter) - creator, owner of the whole idea, maintainer of CSS artwork. | ||
- [Adem İlter](https://twitter.com/ademilter) - creator, owner of the whole idea, maintainer of artwork. | ||
- [Fatih Kadir Akın](https://twitter.com/fkadev) - creator, maintainer of JavaScript parts. | ||
- [Yasir Buğra Eryılmaz](https://twitter.com/yasirbugra) - maintainer of logo | ||
- [Yasir Buğra Eryılmaz](https://twitter.com/yasirbugra) - retouch of logo | ||
@@ -196,0 +209,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3553460
22
921
229