Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2021-04-25 12:28:58 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2021-04-25 12:28:58 +0300
commit07bc4774a9725caf12d276ddd3aafbbd393cf576 (patch)
treecfcb0729f7cb75dd3024abb7cc7b2bc4c2fdf9c8
parentfdef7a019b1a455ab8ce202b744f45147587bd47 (diff)
Updater: Mark util/scrollbar.js as inlined
-rw-r--r--tasks/updater/js.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/updater/js.rb b/tasks/updater/js.rb
index 60760a9..973e233 100644
--- a/tasks/updater/js.rb
+++ b/tasks/updater/js.rb
@@ -2,7 +2,7 @@ require 'tsort'
class Updater
module Js
- INLINED_SRCS = %w[util/index.js util/sanitizer.js].freeze
+ INLINED_SRCS = %w[util/index.js util/sanitizer.js util/scrollbar.js].freeze
def update_javascript_assets
log_status 'Updating javascripts...'