Skip to content

Commit bab4e0b

Browse files
Create dist folder
1 parent 3eb6160 commit bab4e0b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules
2-
dist
32
.tmp
43
.sass-cache
54
app/bower_components
@@ -9,3 +8,4 @@ examples/src
98
test/tmp
109
/test/tmp
1110
/examples/src
11+
/examples/libs/
File renamed without changes.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gulp.task('js', ['scripts'], function () {
2525
.pipe(rename({
2626
suffix: '.min'
2727
}))
28-
.pipe(gulp.dest('build'))
28+
.pipe(gulp.dest('dist'))
2929
.pipe($.size());
3030
});
3131

0 commit comments

Comments
 (0)