mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2026-01-28 06:33:19 +00:00
👆 Add subscribe button
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"fetch": "node tasks/fetch_feed.js",
|
||||
"copy": "cp -r static/* dist && cp node_modules/amplitudejs/dist/amplitude.min.js dist/js/amplitude.js",
|
||||
"init": "npm-run-all clean -p fetch copy build:data",
|
||||
"start": "npm-run-all init -p start:*",
|
||||
"start": "NODE_ENV=development npm-run-all init -p start:*",
|
||||
"start:data": "onchange -k 'content/**/*' -- 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",
|
||||
@@ -25,7 +25,7 @@
|
||||
"optimize": "npm-run-all -p optimize:* -s rev",
|
||||
"optimize:styles": "csso dist/css/main.css --output dist/css/main.css",
|
||||
"rev": "node-file-rev --manifest=generated/rev.json --root=dist dist/css/* dist/js/* dist/img/*.svg dist/img/cover/*.png dist/img/team/*.jpg dist/img/team/*.png",
|
||||
"prod": "npm-run-all build optimize -s build:pages"
|
||||
"prod": "NODE_ENV=production npm-run-all build optimize -s build:pages"
|
||||
},
|
||||
"dependencies": {
|
||||
"amplitudejs": "5.2.0"
|
||||
|
||||
Reference in New Issue
Block a user