Timmy Willison
ec8802bafe
Build: migrate most grunt tasks off of grunt (3.x)
...
Close gh-5330
- lint
- npmcopy
- build, minify, and process for distribution.
- new custom build command using yargs
- compare size of minified/gzip built files
- pretest scripts, including qunit-fixture, babel transpilation, and npmcopy
- node smoke tests
- promises aplus tests
- new watch task using nodemon, which runs `npm run build:all` on `src` changes.
Also:
- upgraded husky and added the new lint command
- updated lint config to use new "flat" config format.
See https://eslint.org/docs/latest/use/configure/configuration-files-new
- Temporarily disabled one lint rule until flat config is
supported by eslint-plugin-import.
See https://github.com/import-js/eslint-plugin-import/issues/2556
- committed package-lock.json
- updated all test scripts to use the new build
- added an express test server that uses middleware-mockserver
this can be used to run tests without karma
- build-all-variants is now build:all
- run pretest script in jenkins
---------
Co-authored-by: Michał Gołębiowski-Owczarek <m.goleb@gmail.com>
2023-09-20 18:18:42 -04:00
Timmy Willison
b24e83bd9d
Docs: add link to preview the new CLAs
...
Closes gh-5010
2022-02-07 17:09:55 +00:00
Michał Gołębiowski-Owczarek
4bb7d069ca
Docs: Update the URL to the latest jQuery build in CONTRIBUTING.md
...
It used to say https://code.jquery.com/jquery.js but that's a frozen URL
to jQuery 1.11.1. Let's switch that to the URL to the Git build, i.e.
https://releases.jquery.com/git/jquery-git.js .
Closes gh-4972
(cherry picked from commit 9bdb16cd19
)
2021-11-18 22:56:32 +01:00
Michał Gołębiowski-Owczarek
627c573ac6
Build: Rename master to main across the repository
...
The default branch was updated, this updates the remaining occurrences in code
& comments.
Closes gh-4838
(cherry picked from commit 8ae477a432
)
2021-02-05 23:21:21 +01:00
Timmy Willison
7fbab88110
Build: jQuery Foundation -> JS Foundation
...
Close gh-3414
2016-12-05 11:54:38 -05:00
Timmy Willison
dbc4608ed1
Docs: add note about code organization with AMD
...
Fixes gh-2750
Close gh-2832
2016-01-14 13:09:40 -05:00
Timmy Willison
10c1254d15
Docs: remove compat references
2016-01-14 12:22:45 -05:00
Jon Dufresne
b0b280cd61
Docs: Updated links to https where they are supported.
...
Close gh-2746
2016-01-13 13:26:10 -05:00
Richard Gibson
605413994f
Docs: Reference new feature guidelines and API tenets
...
Fixes gh-2320
Close gh-2697
2016-01-13 13:22:34 -05:00
Timmy Willison
e0c25abb43
Docs: add a note about loading source with AMD
...
- Moves the note about the watch task and the note about
loading with AMD to their own section under
"Test Suite Tips"
Fixes gh-2714
Close gh-2725
2015-11-17 15:18:58 -05:00
Richard Kraaijenhagen
735dea34fb
Docs: "npm run build" was missing from the contributing guides
...
Close gh-2537
2015-10-12 09:59:39 -04:00
Dave Methvin
bfd5dab2c6
CONTRIBUTING: Condense info and add directions to other resources
...
Fixes gh-1824
2014-12-04 12:12:24 -05:00
Timmy Willison
758fd6cea9
Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch
2014-11-03 12:34:45 -05:00
Arthur Verschaeve
3e89a53265
Misc: Update all references to bugs.jquery.com
...
Fixes gh-1681
Closes gh-1716
2014-10-19 23:51:04 +01:00
Amit Merchant
609adf63da
CONTRIBUTING: Close parenthesis
...
Closes gh-1648
2014-09-03 08:45:34 -04:00
Michał Gołębiowski
5801c3a29a
Docs: Link to the browser support page in CONTRIBUTING.md
...
Instead of duplicating the supported browsers matrix, just link to
the browser support page on jquery.com.
2014-01-06 21:14:17 +01:00
Scott González
846771081c
CONTRIBUTING: Fixed link to style guide
2013-12-17 09:18:54 -05:00
Michał Gołębiowski
7049877530
Correct oldIE-related comments, revert some workarounds. Close gh-1207.
2013-04-04 12:55:03 -04:00
Ryunosuke SATO
4488f68adf
Fix broken link in CONTRIBUTING.md, close gh-1132.
2013-01-20 17:50:18 -05:00
Callum Macrae
c3b1367f4c
Fixes to contributing.md. Closes gh-931
2012-09-25 16:19:38 -04:00
Rick Waldron
1474c067f2
CONTRIBUTING.md: more contents links
2012-09-17 14:57:20 -04:00
Rick Waldron
b4d23e4773
CONTRIBUTING.md: adds top header
2012-09-17 14:55:02 -04:00
Rick Waldron
4b469ead3d
CONTRIBUTING.md: fixes fragment url, #jquery-core-style-guide
2012-09-17 14:54:24 -04:00
Rick Waldron
42dd6b1c16
Second draft of CONTRIBUTING.md
2012-09-17 14:53:05 -04:00
Rick Waldron
3cb36f7a42
Initial draft of CONTRIBUTING.md
2012-09-17 14:29:58 -04:00