Skip to content

Commit

Permalink
remove version number from md5 build hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Nov 25, 2013
1 parent 98339df commit d4ccb8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builder/scripts/generate_font.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

font_name = manifest_data['name']
m.update(font_name + ';')
m.update(manifest_data['version'] + ';')
m.update(manifest_data['prefix'] + ';')

for dirname, dirnames, filenames in os.walk(INPUT_SVG_DIR):
Expand Down

0 comments on commit d4ccb8f

Please sign in to comment.