From 0e4011d69e7dc42c18594efcd9a304e844a22d0f Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 29 Aug 2022 00:24:49 +0530 Subject: Style & Build script fixes --- package.json | 2 +- src/index.njk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 11723d5..a81d57b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "tailwind:build": "npx postcss src/css/styles.css --o src/_includes/assets/css/styles.css", "serve": "eleventy --serve", "start": "concurrently \"npm run tailwind:process\" \"npm run serve\"", - "build": "npm run tailwind:build && eleventy" + "build": "eleventy && npm run tailwind:build" }, "keywords": [], "author": "", diff --git a/src/index.njk b/src/index.njk index 27518ee..4aac433 100644 --- a/src/index.njk +++ b/src/index.njk @@ -3,7 +3,7 @@ layout: intro.njk title: "Hello Friend!! My name is Indrajith K L." ---
{{title}}
I'm a web developer, hobbyist game developer from Kerala, India working as a front-end developer. -- cgit v1.2.3