From 4f6cb4c581a0781c5ccb5361275a19ce1e497ea1 Mon Sep 17 00:00:00 2001
From: xaralis <filip.varecha@fragaria.cz>
Date: Tue, 30 Jun 2020 18:29:20 +0200
Subject: [PATCH] Make sure to include vue templates for auto purge

---
 gulpfile.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gulpfile.js b/gulpfile.js
index 04d0231..bc4399e 100755
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -29,6 +29,7 @@ const postcssPurgecss = require("@fullhuman/postcss-purgecss")({
     "./source/**/*.js",
     "./public/**/*.html",
     "./public/**/*.js",
+    "./public/**/*.vue",
   ],
   defaultExtractor: (content) => content.match(/[A-Za-z0-9-_:/]+/g) || [],
 });
-- 
GitLab