Add sounds json

This commit is contained in:
Dennis Reimann
2021-08-09 12:32:47 +02:00
parent c4576b735c
commit db3434ec6d
3 changed files with 22 additions and 9 deletions

View File

@@ -14,7 +14,7 @@
"copy": "cp -r static/* dist && cp node_modules/amplitudejs/dist/amplitude.min.js dist/js/player.js",
"init": "npm-run-all clean -p fetch copy build:data",
"start": "NODE_ENV=development npm-run-all init -p start:*",
"start:data": "onchange -k 'content/**/*' -- npm run build:data",
"start:data": "onchange -k 'content/**/*' 'tasks/generate_site_data.js' -- npm run build:data",
"start:pages": "onchange -i -k 'pug.config.js' 'markdown.js' 'content/**' 'generated/**' 'src/**/*.pug' 'src/**/*.svg' 'tasks/generate_pages.js' -- npm run build:pages",
"start:styles": "onchange -i -k 'src/**/*.css' -- npm run build:styles",
"start:serve": "browser-sync start --config browser-sync.config.js --watch",
@@ -37,7 +37,7 @@
"csso-cli": "3.0.0",
"glob": "7.1.7",
"jstransformer-markdown-it": "2.1.0",
"markdown-it": "12.1.0",
"markdown-it": "12.2.0",
"node-file-rev": "1.1.3",
"npm-run-all": "4.1.5",
"onchange": "7.1.0",