You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Build: Remove dead code, make the `external` variable local
1. Remove the `externalDir` variable that was computed but not used.
2. Remove the local unused `globalize` variable.
3. Declare the local `external` variable - previously, build code was
overwriting the `external` global.
* Build: Fix copying top-level demos files
The logic to copy files from demos was faulty for top-level files - it was
copying them to the `undefined` subdirectory. This is now fixed.
Also, dot-files are no longer copied; we don't need the ESLint config copied,
for example.
Closesgh-216
Ref jquery/jquery-ui#2274
0 commit comments