Skip to content

Commit f3f64a1

Browse files
committed
Minor comment updates and gulp rules
1 parent b59ca33 commit f3f64a1

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

dist/jquery.labelmaker.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*!
22
* Labelmaker
3+
* by Artur Paikin, http://arturpaikin.com
4+
* https://github.com/arturi/labelmaker
35
* MIT License
46
*/
57

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gulp.task('autoprefix-css', function() {
3535
});
3636

3737
gulp.task('minify-css', ['autoprefix-css'], function() {
38-
return gulp.src('./dist/*.css')
38+
return gulp.src('./dist/labelmaker.css')
3939
.pipe(minifyCSS())
4040
.pipe(rename({suffix: '.min'}))
4141
.pipe(gulp.dest('./dist/'))

src/labelmaker.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*!
22
* Labelmaker
3+
* by Artur Paikin, http://arturpaikin.com
4+
* https://github.com/arturi/labelmaker
35
* MIT License
46
*/
57

0 commit comments

Comments
 (0)