-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: replace grunt tasks with npm scripts
Includes: - **lint**: lint all code using new eslint flat config - **build**: build using rollup, minify using uglify, process for dist - **npmcopy**: copy some node module files to the external folder - **start**: watch source files and rebuild on changes using rollup.watch Also: - Update the build function in the release script to use the new build - Update CONTRIBUTING.md and README.md with new scripts - Confirm the min file was identical to the main branch build, aside from the version update. - Keep uglify-js at 3.9.4, which is the last version that officially supported the ie8 argument, which we need for ie9 - update browserstack project name to jquery-migrate - run browserstack at least once a week Closes gh-512
- Loading branch information
Showing
39 changed files
with
1,022 additions
and
2,212 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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 was deleted.
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
Oops, something went wrong.