From 9c7aa76cf8cf58137b18151aa70f64b4a71811b5 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 3 Sep 2022 04:38:12 +0530 Subject: Tailwind Build Process Changes * Uses npm-run-all to manage build process * Removed Concurrently Style Fixes --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eleventy.js') diff --git a/.eleventy.js b/.eleventy.js index ab22c9d..2a2b255 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -8,7 +8,7 @@ const pluginRss = require("@11ty/eleventy-plugin-rss"); module.exports = function (config) { config.addPassthroughCopy({ - "src/_includes/assets/css/styles.css": "./styles.css", + "src/_includes/assets/css/styles.css": "./global.css", }); config.addPassthroughCopy({ "src/css/fonts": "./fonts", -- cgit v1.2.3