Skip to content

Commit

Permalink
Update insales-config.js
Browse files Browse the repository at this point in the history
Added .md to files that are not processed by plugins
  • Loading branch information
OlegKrechkovskiy authored Feb 15, 2024
1 parent da7934d commit 4916aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions insales-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var defaultConfig = {
},
plugins: {
// файлы которые не обрабатываются плагинами
exclude: ['*.min.js', '*.min.css', '*.liquid'],
exclude: ['*.min.js', '*.min.css', '*.liquid', '*.md'],
// gulp плагины для стилей
style: function (stream) {
return stream
Expand Down Expand Up @@ -86,4 +86,4 @@ var defaultConfig = {
}
}

module.exports = extend(defaultConfig, require('./' + shop));
module.exports = extend(defaultConfig, require('./' + shop));

0 comments on commit 4916aae

Please sign in to comment.