forked from microjs/microjs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make new atom.xml and data.min.js + build script fixes (microjs#958)
* Edits to config to make limits slightly more permissive * Better error and edge case handling in sizer.js * Fix some problematic source links in data.js * More cleanup/fixes in data.js * Use requests instead of hypervisor - hypervisor is no longer being maintained - My logs were friggin full of an annoying error even after updating to the latest version https://github.com/substack/hyperquest/issues/39 * Fix one last problem link in data.js * Remove unneeded log line (I put it there a bit ago for debugging purposes and forgot to remove it before committing) * Update dependencies in package.json - Update to latest version of after (fixes an error I was getting) - Upgrade from uglify-js@2.x to uglify-es@3.x to support libraries using ES6+ syntax (old behavior was to always reject due to uglify errors) - Use request package instead of the no-longer-maintained hyperquest; remove obviated hyperquest, hyperdirect, hyperzip, and bl libraries - Errno also seems to be upgraded (this change wasn't deliberate?) * make atom.xml and data-min.js * Fix issue with github auth (hopefully)
- Loading branch information
1 parent
f5f9d7a
commit 27b0617
Showing
10 changed files
with
6,184 additions
and
5,748 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.