Nunjucks
- Added nunjucks-cli dependency - Added npm script for nunjucks
This commit is contained in:
parent
cf3fde601e
commit
bd3d8529ed
2 changed files with 829 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
"style:compile": "sass source/style:build/css --load-path=vendor",
|
||||
"style:post": "postcss build/css/*.css -d deploy/css",
|
||||
"style:watch": "sass --watch source/style:build/css --load-path=vendor",
|
||||
"nunjucks": "nunjucks source/screens/**/*.njk -p source/templates -o build/test",
|
||||
"develop": "npm run style:watch & npm run serve:watch"
|
||||
},
|
||||
"config": {
|
||||
|
|
@ -50,6 +51,7 @@
|
|||
"cssnano": "^5.1.13",
|
||||
"jshint": "~2",
|
||||
"jshint-stylish": "^2.2.1",
|
||||
"nunjucks-cli": "^1.0.0",
|
||||
"postcss": "^8.4.16",
|
||||
"postcss-cli": "^10.0.0",
|
||||
"sass": "^1.54.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue