fix: Path for style output
This commit is contained in:
parent
56956847cf
commit
2f321b94ad
1 changed files with 3 additions and 3 deletions
|
|
@ -9,9 +9,9 @@
|
|||
"clean:deploy": "rm -rf ../deploy/*",
|
||||
"clean:report": "rm -rf ../report/*",
|
||||
"clean:test": "rm -rf ../test/*",
|
||||
"style:compile": "sass ../source/style:build/css --load-path=vendor",
|
||||
"style:deploy": "sass ../source/style:deploy/css --load-path=vendor",
|
||||
"style:watch": "sass --watch ../source/style:build/css --load-path=vendor",
|
||||
"style:compile": "sass ../source/style:../build/css --load-path=vendor",
|
||||
"style:deploy": "sass ../source/style:../deploy/css --load-path=vendor",
|
||||
"style:watch": "sass --watch ../source/style:../build/css --load-path=vendor",
|
||||
"build:new": "npm run clean:build && npx @11ty/eleventy && npm run style:compile",
|
||||
"build": "npx @11ty/eleventy && npm run style:compile",
|
||||
"deploy": "npm run clean:deploy && npx @11ty/eleventy --output=deploy --pathprefix=hippie && npm run style:deploy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue