diff --git a/.gitignore b/.gitignore index f8004d9..71319f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # Build output - except the compiled CSS which is required for distribution dist/ -!dist/styles/ +!styles/scrying-pool.css node_modules/ *.zip *.lock diff --git a/module.json b/module.json index eeecc41..bb719db 100644 --- a/module.json +++ b/module.json @@ -17,7 +17,7 @@ "module.js" ], "styles": [ - "dist/styles/scrying-pool.css" + "styles/scrying-pool.css" ], "languages": [ { diff --git a/package.json b/package.json index c7b3e04..19ebfc6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "FoundryVTT v14 module — Scrying Pool camera visibility control", "type": "module", "scripts": { - "build": "lessc styles/scrying-pool.less dist/styles/scrying-pool.css", + "build": "lessc styles/scrying-pool.less styles/scrying-pool.css", "postinstall": "npm run build", "watch": "chokidar 'styles/**/*.less' -c 'lessc styles/scrying-pool.less dist/styles/scrying-pool.css'", "typecheck": "tsc --noEmit", diff --git a/dist/styles/scrying-pool.css b/styles/scrying-pool.css similarity index 100% rename from dist/styles/scrying-pool.css rename to styles/scrying-pool.css