Primeros cambios por cliente y pasando a responsive

This commit is contained in:
2021-01-06 23:43:16 -03:00
parent b7003db753
commit d31626b4a6
18 changed files with 2951 additions and 1603 deletions

View File

@ -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)