Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Fix copying top-level demos files
* 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. Closes gh-216 Ref jquery/jquery-ui#2274
- Loading branch information