We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a29879 commit abf9232Copy full SHA for abf9232
tasks/updater/js.rb
@@ -29,7 +29,7 @@ def update_javascript_assets
29
30
def bootstrap_js_files
31
@bootstrap_js_files ||= begin
32
- src_files = get_paths_by_type('js/src', /\.js$/) - %w[index.js]
+ src_files = get_paths_by_type('js/src', /\.js$/) - %w[index.js tools/sanitizer.js]
33
imports = Deps.new
34
# Get the imports from the ES6 files to order requires correctly.
35
read_files('js/src', src_files).each do |name, content|
0 commit comments