mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-07 04:24:35 -04:00
FIX: Travis failure
This commit is contained in:
parent
24201d4638
commit
d763ce08c0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ module PrettyText
|
|||
apply_es6_file(ctx, root_path, Regexp.last_match[2])
|
||||
elsif l =~ /\/\/= require_tree (\.\/)?(.*)$/
|
||||
path = Regexp.last_match[2]
|
||||
Dir["#{root_path}/#{path}/**"].each do |f|
|
||||
Dir["#{root_path}/#{path}/**"].sort.each do |f|
|
||||
apply_es6_file(ctx, root_path, f.sub(root_path, '')[1..-1].sub(/\.js.es6$/, ''))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue