Remove illegal comments

Comments aren't supported in JSON
This commit is contained in:
Simon Friis Vindum 2014-03-17 09:39:03 +01:00
parent 22482c3587
commit 4e308175b6

View file

@ -50,7 +50,6 @@ module Twine
default_lang = @strings.language_codes[0]
encoding = @options[:output_encoding] || 'UTF-8'
File.open(path, "w:#{encoding}") do |f|
f.puts "/**\n * JQuery Language File\n * Generated by Twine\n * Language: #{lang}\n */"
f.puts "{"
@strings.sections.each_with_index do |section, si|