aboutsummaryrefslogtreecommitdiff
path: root/.eleventy.js
diff options
context:
space:
mode:
authorIndrajith K L2022-09-03 04:38:12 +0530
committerIndrajith K L2022-09-03 04:38:12 +0530
commit9c7aa76cf8cf58137b18151aa70f64b4a71811b5 (patch)
treed875a25cb6860aee9193856f9212f607e664394b /.eleventy.js
parente2a597a5efcd09f99b6e85620971c3e2fc50db12 (diff)
downloadindrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.tar.gz
indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.tar.bz2
indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.zip
Tailwind Build Process Changes
* Uses npm-run-all to manage build process * Removed Concurrently Style Fixes
Diffstat (limited to '.eleventy.js')
-rw-r--r--.eleventy.js2
1 files changed, 1 insertions, 1 deletions
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",