Skip to content

Commit d75a09a

Browse files
committed
Rewrite Documentation for v2.0
1 parent 25ed808 commit d75a09a

File tree

2 files changed

+725
-199
lines changed

2 files changed

+725
-199
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gulp.task( 'minify', [ 'hint', 'clean-javascripts' ], function() {
1919
return gulp.src( config.jsSrc )
2020
.pipe( $.plumber() )
2121
.pipe( $.uglify( { mangle: true } ) )
22-
.pipe( $.rename( { extname: '.min.js' } ) )
22+
.pipe( $.rename( 'jquery.stringtoslug.min.js' ) )
2323
.pipe( gulp.dest( config.jsDest ) )
2424
} );
2525

0 commit comments

Comments
 (0)