Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-11-27 05:46:35 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-11-27 05:46:35 +0300
commit57a0cb3bdffd1baace69cc758c8064c5ea10ee11 (patch)
treef96d4b8c47abb90ab5cdd047d3a1c52a326f4be3
parentd31ea1957b6fd445bb924f09ba2f097cf1d0db93 (diff)
Tweak config to include missing files
-rw-r--r--assets/css/dev/postcss.config.js1
-rw-r--r--assets/css/postcss.config.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/dev/postcss.config.js b/assets/css/dev/postcss.config.js
index b4f8d66..f62884a 100644
--- a/assets/css/dev/postcss.config.js
+++ b/assets/css/dev/postcss.config.js
@@ -16,6 +16,7 @@ module.exports = {
'layouts/**/*.html',
'content/**/*.html',
'content/**/*.md',
+ '**/*.md',
],
// Include any special characters you're using in this regular expression
defaultExtractor: content => content.match(/[\w-/:]+(?<!:)/g) || [],
diff --git a/assets/css/postcss.config.js b/assets/css/postcss.config.js
index f1721fc..47f4e11 100644
--- a/assets/css/postcss.config.js
+++ b/assets/css/postcss.config.js
@@ -16,6 +16,7 @@ module.exports = {
'layouts/**/*.html',
'content/**/*.html',
'content/**/*.md',
+ '**/*.md',
],
// Include any special characters you're using in this regular expression
defaultExtractor: content => content.match(/[\w-/:]+(?<!:)/g) || [],