Skip to content

Commit

Permalink
[SPARK-45173][UI] Remove some unnecessary sourceMapping files in UI
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR deletes *.[css|jss].map files in URL for sourceMapping

### Why are the changes needed?

The source map files are for debugging purposes, enabling browsers to map JS/CSS created by a preprocessor back to the original source file. For production, we'd better not ship them

### Does this PR introduce _any_ user-facing change?

no
### How was this patch tested?

build and test locally

### Was this patch authored or co-authored using generative AI tooling?

no

Closes #42935 from yaooqinn/SPARK-45173.

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
yaooqinn authored and dongjoon-hyun committed Sep 16, 2023
1 parent 3536f33 commit 1b7dbf7
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 12 deletions.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

4 changes: 0 additions & 4 deletions dev/.rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,14 @@ docs
slaves
spark-env.cmd
bootstrap.bundle.min.js
bootstrap.bundle.min.js.map
bootstrap.min.css
bootstrap.min.css.map
jquery-3.5.1.min.js
d3.min.js
dagre-d3.min.js
graphlib-dot.min.js
sorttable.js
vis-timeline-graph2d.min.js
vis-timeline-graph2d.min.js.map
vis-timeline-graph2d.min.css
vis-timeline-graph2d.min.css.map
dataTables.bootstrap4.*.min.css
dataTables.bootstrap4.*.min.js
dataTables.rowsGroup.js
Expand Down

0 comments on commit 1b7dbf7

Please sign in to comment.