Site JS is now compiled inside of content. No more gulp streams.

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-28 10:27:52 -08:00
parent 695637c3e7
commit 823f662743
13 changed files with 105 additions and 633 deletions

View File

@@ -48,14 +48,7 @@
"gulp": "~4.0.2",
"gulp-awspublish": "~4.1.1",
"gulp-awspublish-router": "~0.2.0",
"gulp-better-rollup": "~4.0.1",
"gulp-changed": "~4.0.2",
"gulp-clean": "~0.4.0",
"gulp-cloudfront-invalidate-aws-publish": "~1.0.0",
"gulp-concat": "~2.6.1",
"gulp-filter": "~6.0.0",
"gulp-minify": "~3.1.0",
"gulp-rev": "~9.0.0",
"handlebars": "~4.7.3",
"hbs-kit": "~1.2.0",
"html-minifier-terser": "~5.0.4",
@@ -67,7 +60,6 @@
"markdown-it": "~10.0.0",
"markdown-it-anchor": "~5.2.5",
"memoizepromise": "~2.0.0",
"merge-stream": "~2.0.0",
"minimist": "~1.2.0",
"morgan": "~1.9.1",
"node-sass": "~4.13.1",
@@ -87,11 +79,11 @@
"serve-index": "~1.9.1",
"slugify": "~1.3.6",
"string-strip-html": "~4.3.16",
"terser": "~4.6.4",
"through2": "~3.0.1",
"twemoji": "~12.1.5",
"twitter-lite": "~0.9.4",
"uuid": "~3.4.0",
"vinyl": "~2.2.0"
"uuid": "~3.4.0"
},
"dependencies": {}
}