Skip to content

Commit abf9232

Browse files
committed
Updater: Exclude tools/sanitizer.js from bootstrap_js_files
1 parent 0a29879 commit abf9232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/updater/js.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def update_javascript_assets
2929

3030
def bootstrap_js_files
3131
@bootstrap_js_files ||= begin
32-
src_files = get_paths_by_type('js/src', /\.js$/) - %w[index.js]
32+
src_files = get_paths_by_type('js/src', /\.js$/) - %w[index.js tools/sanitizer.js]
3333
imports = Deps.new
3434
# Get the imports from the ES6 files to order requires correctly.
3535
read_files('js/src', src_files).each do |name, content|

0 commit comments

Comments
 (0)