Skip to content

Commit b8a28a1

Browse files
committed
Added preview gif
1 parent 2c870c5 commit b8a28a1

File tree

4 files changed

+20
-61
lines changed

4 files changed

+20
-61
lines changed

Gulpfile.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ gulp.task('set:header', function () {
102102
.pipe(gulp.dest('dist'))
103103
});
104104

105+
gulp.task('build', function (cb) {
106+
gulpSequence('lint:scss', 'clean:dist', 'compile:scss', 'format:css', 'minify:css', 'set:header', cb)
107+
});
105108

106109

107-
108-
gulp.task('default', ['build:sass', 'browser-sync'], function () {
109-
gulp.watch("src/**/*.scss", ['build:sass', 'browser-sync-reload']);
110+
gulp.task('default', ['compile:scss', 'browser-sync'], function () {
111+
gulp.watch("src/**/*.scss", ['compile:scss', 'browser-sync-reload']);
110112
});
111113

112-
gulp.task('build', function (cb) {
113-
gulpSequence('lint:scss','clean:dist', 'compile:scss', 'format:css', 'minify:css', 'set:header', cb)
114-
});
114+
115115

116116

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22
<br>
3-
<a href=""><img src="logo.png" alt="Pretty checkbox" width="100"></a>
3+
<a href="https://lokesh-coder.github.io/pretty-checkbox/"><img src="logo.png" alt="Pretty checkbox" width="100"></a>
44
<br> <br> pretty-checkbox.css <br>
55
</h1>
66

@@ -26,6 +26,10 @@
2626
</pre>
2727
</div>
2828

29+
<div align="center">
30+
<img src="preview.gif" alt="Pretty checkbox preview" width="100">
31+
</div>
32+
2933
### Features
3034
* Basic
3135
- **Shapes** - *Square*, *Curve*, *Round*
@@ -281,7 +285,7 @@ Works in all modern browsers.
281285
* Others
282286

283287
### Inspiration
284-
- [awesome-bootstrap-checkbox](https://github.com/flatlogic/awesome-bootstrap-checkbox) - Idea
288+
- [Awesome Bootstrap Checkbox](https://github.com/flatlogic/awesome-bootstrap-checkbox) - Idea
285289
- [Animista](http://animista.net) - Animations
286290

287291
### Contributions

dist/pretty-checkbox.css

Lines changed: 8 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

preview.gif

94.9 KB
Loading

0 commit comments

Comments
 (0)