Michał Gołębiowski-Owczarek
25407dcaf5
Build: Update eslint-config-jquery, fix linting violations
...
Closes gh-4696
Ref jquery/eslint-config-jquery#15
Ref jquery/eslint-config-jquery#16
(cherry picked from commit ef4d6ca6c3
)
2020-05-18 22:40:42 +02:00
Michał Gołębiowski-Owczarek
524bcf39da
Release: Use an in-repository dist README fixture
...
Use a dist README fixture kept in the jQuery repository instead of modifying
an existing one. This makes the jQuery repository the single source of truth
when it comes to jQuery releases and it makes it easier to make changes to
README without worrying how it will affect older jQuery lines.
The commit also ES6ifies build/release.js & build/release/dist.js
Closes gh-4614
(cherry picked from commit 358b769a00
)
2020-03-02 22:48:29 +01:00
Michał Gołębiowski-Owczarek
ac2da4e6b9
Build: Require strict mode in Node.js scripts via ESLint
...
So far, only browser-based JS files were required to be in strict mode (in the
function form). This commit adds such a requirement to Node.js scripts where
the global form is preferred. All Node.js scripts in sloppy mode were
converted to strict mode.
Closes gh-4499
(cherry picked from commit bbad821c39
)
2019-10-09 00:24:17 +02:00
Michał Gołębiowski-Owczarek
c7a5e1bd79
Build: Support jquery-release --dry-run flag
...
Without this change passing `--dry-run` to jquery-release still pushes to the
jquery-dist repository which is dangerous as one can assume `--dry-run` to be
safe from external side effects.
Close gh-4498
(cherry picked from commit d7d0b52bda
)
2019-10-05 18:50:18 +02:00
Timmy Willison
f8faf1489e
Release: edit dist README version on release
...
Fixes gh-3574
2017-03-17 12:38:23 -04:00
Timmy Willison
0f52adc81f
Release: md5sum -> md5 -r for MAC
2017-03-16 14:59:57 -04:00
Timmy Willison
51c29dc1fe
Release: fix quotes for releasing on Windows
2016-09-22 18:18:25 -04:00
Dave Methvin
37f1da6b91
Build: Make sourcemap updates in two .replace() passes
...
Fixes gh-3260
Closes gh-3321
2016-09-19 13:03:32 -04:00
Timmy Willison
95c7ab6897
Release: remove extraneous files from dist during release
...
Fixes gh-3094
Close gh-3116
2016-05-13 11:35:15 -04:00
Timmy Willison
5086b3012d
Release: copy sizzle separately into an 'external' folder
...
Fixes gh-2945
2016-05-13 11:35:15 -04:00
Timmy Willison
0f5f0c981a
Release: set version in source for releases
...
Fixes gh-2979
Close gh-2981
2016-03-14 10:37:11 -04:00
Timmy Willison
8a91f8442f
Release: include external/sizzle in releases
...
Ref gh-2945
2016-02-24 10:21:58 -05:00
Josh Soref
aae44111e2
Docs: Fix various spelling errors
...
Closes gh-2761
2016-01-13 13:11:11 -05:00
Timmy Willison
cf7102c3f1
Release: push a custom slim build to the CDN
...
Fixes gh-2653
Close gh-2711
2015-11-16 11:22:20 -05:00
Timmy Willison
5f5aee3b58
Release: use chalk instead of colors for terminal colors
2015-11-12 13:23:53 -05:00
Timmy Willison
7bb39f3511
Release: remove antiquated release-notes.js
2015-10-29 15:21:46 -04:00
Oleg Gaidarenko
10fdad742a
Build: Update jscs and lint files
...
Fixes gh-2056
2015-09-07 20:03:50 +03:00
Bruno Pérel
360a478033
Docs: Fix various spelling mistakes
...
Closes gh-2487
2015-07-30 15:47:23 +02:00
Timmy Willison
c44dd7775b
Release: properly set the dist remote when it's a real release
2015-07-13 15:01:33 -04:00
Chris Rebert
61e21a4eaf
Build: bower.json: remove moot version
field
...
Related:
a325da3d79
Close gh-2304
2015-05-13 12:28:21 -04:00
Timmy Willison
1ba45fcc15
Release: push dist to same remote as project
2015-01-30 12:53:28 -08:00
Timmy Willison
a76c781236
Release: remove sourcemap comment from all copies of minified file
...
Fixes gh-1707
2015-01-30 12:22:31 -08:00
Timmy Willison
e0673dfedb
Release: fix CDN archive creation
...
Fixes gh-1940
2015-01-29 17:38:35 -08:00
Timmy Willison
aae998b544
Release: dist can be run during a test
2015-01-29 15:36:48 -08:00
Timmy Willison
26eca143c2
Release: Distribute files to distribution repo
...
Fixes gh-1869
Fixes gh-1673
Fixes gh-2045
2015-01-29 12:03:40 -08:00