gulp dist build

This commit is contained in:
2022-01-28 14:28:32 +01:00
parent 385d2e78b5
commit 041ce84965
88 changed files with 4428 additions and 1543 deletions

View File

@@ -31,7 +31,8 @@ function fileInclude() {
paths.src.html.files,
'!' + paths.src.assets.files,
'!' + paths.src.tmp.files,
'!' + paths.src.partials.files
'!' + paths.src.partials.files,
'!' + paths.src.magico_partials.files
])
.pipe(replace(/@@autopath/g, function (match) {
return pathLevel(this.file)

View File

@@ -77,6 +77,7 @@ function fileIncludeAll() {
'!' + paths.src.assets.files,
'!' + paths.src.tmp.files,
'!' + paths.src.partials.files,
'!' + paths.src.magico_partials.files
])
.pipe(cached())
.pipe(replace(/@@autopath/g, function (match) {