-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Enabled the `--openssl-legacy-provider` flag for the old Webpack version. - Replaced the deprecated `node-sass` (which relies on Python 2) with `sass`, which doesn't require a build. - Updated `package-lock.json` with the new version (same packages except for the change to `sass`). - Fixed Webpack config to use `sass` instead of `node-sass` and committed changes to `manifest.json`. The only change, surprisingly, is in the archive RSS `podcast-archives .rss` `<itunes:subtitle>` field content. You can see all the changes in a single table at this link: https://jsfiddle.net/y5f9jzo4/
- Loading branch information
Showing
7 changed files
with
22,081 additions
and
1,104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"/app.js": "/app.js?id=6b37dd5cd483ca16530e", | ||
"/app.css": "/app.css?id=cf99764843200d3ee3fb", | ||
"/app-dark.css": "/app-dark.css?id=cc4c91108eed0ff9661b", | ||
"/vendor.css": "/vendor.css?id=3c4b3eb09553c6c8895f", | ||
"/vendor-dark.css": "/vendor-dark.css?id=691b94d2f12055156415", | ||
"/manifest.js": "/manifest.js?id=227795a4cf81cedbd601", | ||
"/vendor.js": "/vendor.js?id=ba2bce4f9ebeb3cdac38", | ||
"/modernizr-bundle.js": "/modernizr-bundle.js?id=c5887049aefa3fccbf0b" | ||
"/app.js": "/app.js?id=f78300e8369c1b3dbd3a", | ||
"/app.css": "/app.css?id=bcab11d6152e4d17e80b", | ||
"/app-dark.css": "/app-dark.css?id=aa16ba9824f05d6b6fac", | ||
"/vendor.css": "/vendor.css?id=5baeec4545b1a95605bc", | ||
"/vendor-dark.css": "/vendor-dark.css?id=a02f079412829987e177", | ||
"/manifest.js": "/manifest.js?id=3c768977c2574a34506e", | ||
"/vendor.js": "/vendor.js?id=b0a0971018ff794142b7", | ||
"/images/icons-sprite.svg": "/images/icons-sprite.svg?id=0a38998db079325220ba" | ||
} |
Oops, something went wrong.