remove debugging info
This commit is contained in:
parent
d24e41198c
commit
4b92891cc7
@ -58,14 +58,11 @@ files += [ [ 'src_files', 'src_dir' ], [ 'stylesheets', 'src_dir' ], [ 'helpers'
|
|||||||
data[searches].collect do |search|
|
data[searches].collect do |search|
|
||||||
path = search
|
path = search
|
||||||
path = File.join(data[root], path) if data[root]
|
path = File.join(data[root], path) if data[root]
|
||||||
p path
|
|
||||||
Dir[path]
|
Dir[path]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
p files
|
|
||||||
|
|
||||||
files = files.flatten.compact.collect { |file|
|
files = files.flatten.compact.collect { |file|
|
||||||
case File.extname(file)
|
case File.extname(file)
|
||||||
when '.js'
|
when '.js'
|
||||||
|
Loading…
Reference in New Issue
Block a user