Primeros cambios por cliente y pasando a responsive
This commit is contained in:
@ -44,6 +44,6 @@ function html(done) {
|
||||
.pipe(dest(path.join(output_dir, '../')))
|
||||
}
|
||||
|
||||
watch(source_dir, parallel(js, css, html))
|
||||
exports.watch = watch(source_dir, parallel(js, css, html))
|
||||
|
||||
exports.default = parallel(js, css, html)
|
||||
|
Reference in New Issue
Block a user