Skip to content

Commit 307689f

Browse files
committed
fix(gulp): remove mistaken bracket
1 parent 71b58d5 commit 307689f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/gulpfile.babel(gulp).js

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ let transpileServer = lazypipe()
134134
optional: ['runtime']
135135
})<% } else { %>
136136
.pipe(plugins.coffee, {bare: true})<% } %>
137-
.pipe(plugins.sourcemaps.write, '.');<% } %>
137+
.pipe(plugins.sourcemaps.write, '.');
138138

139139
let transpileClient = lazypipe()
140140
.pipe(plugins.sourcemaps.init)<% if(filters.babel) { %>

0 commit comments

Comments
 (0)