Changed directory structure for gh pages
This commit is contained in:
parent
b472bc2e5d
commit
d249a982ef
61 changed files with 15 additions and 12 deletions
|
|
@ -7,13 +7,13 @@
|
|||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"serve": "npx @11ty/eleventy --serve",
|
||||
"watch:sass": "sass static/scss:_site/static/css --watch",
|
||||
"build:sass": "sass static/scss:_site/static/css",
|
||||
"watch:sass": "sass src/static/scss:public/static/css --watch",
|
||||
"build:sass": "sass src/static/scss:public/static/css",
|
||||
"watch:eleventy": "eleventy --serve",
|
||||
"build:eleventy": "ELEVENTY_ENV=development eleventy",
|
||||
"start": "npm run watch:eleventy & npm run watch:sass",
|
||||
"build": "npm run build:eleventy & npm run build:sass",
|
||||
"build:sass:prod": "sass static/scss:_site/static/css --style compressed",
|
||||
"build:sass:prod": "sass src/static/scss:public/static/css --style compressed",
|
||||
"build:eleventy:prod": "ELEVENTY_ENV=production eleventy",
|
||||
"build:prod": "npm run build:eleventy:prod & npm run build:sass:prod"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue