GULP BUILD

This commit is contained in:
2022-01-28 13:48:12 +01:00
parent 7e058176f4
commit 385d2e78b5
11 changed files with 2484 additions and 11 deletions

View File

@@ -34,7 +34,8 @@ function fileInclude() {
paths.build.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)