i havent changed the eleventy.js or package.json settings
however when i do: npm run build (like when on netlify)
the src/assets/css/root.css is reverted to its original contents, and doesn't include the changes i have made to the css file, therefore on the build the public/assets/css/root.css isnt updated.
i can tell it rolls back as the src/assets/css/root.css shows up in source control changes. ( and is back to its content when git template is downloaded)
Any ideas why this is happening or if i have done something wrong?
Hello
i havent changed the eleventy.js or package.json settings
however when i do: npm run build (like when on netlify) the src/assets/css/root.css is reverted to its original contents, and doesn't include the changes i have made to the css file, therefore on the build the public/assets/css/root.css isnt updated.
i can tell it rolls back as the src/assets/css/root.css shows up in source control changes. ( and is back to its content when git template is downloaded)
Any ideas why this is happening or if i have done something wrong?
many thanks josh