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
path: root/tasks
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2021-05-06 14:01:08 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2021-05-06 14:01:08 +0300
commit73ff03814293da40780b7a858f5f853bc4494280 (patch)
treec7d685226af0267512ef778dceb6beca7ed9791e /tasks
parent5be8a01c0c28c5631ad0062ab121e5816466117f (diff)
Update to v5.0.0v5.0.0
1. Updater: Add `util/backdrop.js` to the list of inlined srcs. 2. `bundle exec rake 'update[v5.0.0]' 3. Update version numbers. 4. Bump minimum Popper version from 2.9.1 to 2.9.2
Diffstat (limited to 'tasks')
-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 973e233..16cc05b 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 util/scrollbar.js].freeze
+ INLINED_SRCS = %w[util/index.js util/backdrop.js util/sanitizer.js util/scrollbar.js].freeze
def update_javascript_assets
log_status 'Updating javascripts...'