Move source CSS to src directory so it can be excluded from the zip

This commit is contained in:
Lewis Dale 2023-01-18 09:15:29 +00:00
parent 5e75884965
commit adf5cc7806
5 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules node_modules
.DS_Store

View File

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build:css": "postcss assets/css/styles.css > assets/css/styles.min.css" "build:css": "postcss src/styles.css > assets/css/styles.min.css"
}, },
"repository": { "repository": {
"type": "git", "type": "git",