remove debugging info

This commit is contained in:
John Bintz 2011-05-06 14:18:14 -04:00
parent d24e41198c
commit 4b92891cc7

View File

@ -58,14 +58,11 @@ files += [ [ 'src_files', 'src_dir' ], [ 'stylesheets', 'src_dir' ], [ 'helpers'
data[searches].collect do |search|
path = search
path = File.join(data[root], path) if data[root]
p path
Dir[path]
end
end
end
p files
files = files.flatten.compact.collect { |file|
case File.extname(file)
when '.js'