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:
Diffstat (limited to 'tasks/converter/js_conversion.rb')
-rw-r--r--tasks/converter/js_conversion.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/converter/js_conversion.rb b/tasks/converter/js_conversion.rb
index 8836083..3fda676 100644
--- a/tasks/converter/js_conversion.rb
+++ b/tasks/converter/js_conversion.rb
@@ -29,7 +29,7 @@ class Converter
def bootstrap_js_files
@bootstrap_js_files ||= begin
- files = get_paths_by_type 'js', /\.js$/
+ files = get_paths_by_type('js', /\.js$/).reject { |path| path =~ %r(^tests/) }
files.sort_by { |f|
case f
# tooltip depends on popover and must be loaded earlier