Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've modernized the tooling used to build the tool since it was really outdated. That meant to upgrade to the latest versions of Gulp, Babel, Webpack and everything else, change some obsolete dev dependencies, change some gulp-plugins with tons of vulnerabilities, and rewriting the
gulpfile.js
file tasks, etc... Now it adds the.map
file too.Apart the build process adds the Notie version as a banner comment in the
.js
files insidedist
(both minified and non-minified).I've removed ESLint since it was really outdated, with vulnerabilities and nowadays VS Code and other IDEs do that for you.
I've updated the files in
dist
too to the newly generated ones. I've added the generation of map file for the script for debugging purposes.This is the basis for being able to do new development in this great library. I plan to do a new pull request soon with full WCAG 2.1 accessibility support.
Hope you can merge the PR ad thanks for your great work!