This commit is contained in:
parent
8c05d5d97b
commit
c08ebac8aa
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
"watch:eleventy": "eleventy --serve",
|
"watch:eleventy": "eleventy --serve",
|
||||||
"watch:sass": "npm-run-all compile-sass minify-css -- --watch",
|
"watch:sass": "npm-run-all compile-sass minify-css -- --watch",
|
||||||
"start": "npm-run-all compile-sass minify-css --parallel watch:*",
|
"start": "npm-run-all compile-sass minify-css --parallel watch:*",
|
||||||
"build": "npm run compile-sass && npm run strip-css && eleventy && npm run move-index && npm run minify-css",
|
"build": "npm run compile-sass && eleventy && npm run move-index && npm run minify-css",
|
||||||
"move-index": "cpx dist/de/index.html dist/"
|
"move-index": "cpx dist/de/index.html dist/"
|
||||||
},
|
},
|
||||||
"author": "samuel-p",
|
"author": "samuel-p",
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"browser-sync": "^2.26.14"
|
"browser-sync": "^2.26.14"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^1.0.0-canary.32",
|
"@11ty/eleventy": "^1.0.0-canary.33",
|
||||||
"@11ty/eleventy-navigation": "^0.2.0",
|
"@11ty/eleventy-navigation": "^0.2.0",
|
||||||
"cpx": "^1.5.0",
|
"cpx": "^1.5.0",
|
||||||
"node-sass": "^6.0.0",
|
"node-sass": "^6.0.0",
|
||||||
|
|
Loading…
Reference in a new issue