GULP BUILD
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user