Skip to content

Commit b80d2c3

Browse files
committed
small gulpfile change
1 parent 5c8e593 commit b80d2c3

File tree

2 files changed

+1521
-1521
lines changed

2 files changed

+1521
-1521
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gulp.task('styles', function () {
2525
*/
2626
gulp.task( 'zip', ['build'], function() {
2727
return gulp.src( './' )
28-
.pipe( exec( 'cd ./../; rm -rf Open-Hours-1-0-0.zip; cd ./build/; zip -r -X ./../Open-Hours-1-0-0.zip ./open-hours; cd ./../; rm -rf build' ) );
28+
.pipe( exec( 'cd ./../; rm -rf Open-Hours-1-0-0.zip; cd ./build/; zip -r -X ./../Open-Hours.zip ./open-hours; cd ./../; rm -rf build' ) );
2929

3030
} );
3131

0 commit comments

Comments
 (0)