We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f04ce57 + f91a86c commit 5e5efb4Copy full SHA for 5e5efb4
1 file changed
server/documents/introduction/advanced-usage.html.eco
@@ -24,8 +24,8 @@ type : 'Introduction'
24
build = require('./semantic/tasks/build')
25
;
26
// import task with a custom task name
27
- gulp.task('watch ui', watch));
28
- gulp.task('build ui', build));
+ gulp.task('watch ui', watch);
+ gulp.task('build ui', build);
29
</div>
30
31
0 commit comments