-
- Downloads
fix(package.json): update destination of postcss generation scripts
... | @@ -9,8 +9,8 @@ | ... | @@ -9,8 +9,8 @@ |
"url": "https://code.podlibre.org/podlibre/castopod.git" | "url": "https://code.podlibre.org/podlibre/castopod.git" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"build:css": "postcss app/Javascript/assets/styles/index.css -o app/Views/index.css", | "build:css": "postcss app/Javascript/assets/styles/index.css -o public/index.css", | ||
"watch:css": "postcss app/Javascript/assets/styles/index.css -o app/Views/index.css -w", | "watch:css": "postcss app/Javascript/assets/styles/index.css -o public/index.css -w", | ||
"commit": "git-cz" | "commit": "git-cz" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | @@ -32,4 +32,4 @@ | ... | @@ -32,4 +32,4 @@ |
"path": "cz-conventional-changelog" | "path": "cz-conventional-changelog" | ||
} | } | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment