Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
Bug fix: node 0.6 logo must be included in vendor_images sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
frodenas committed Mar 9, 2012
1 parent 6a6bd2a commit 36b2c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/configatron/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Set which vendor images are included in vendor_images.png sprite.
configatron.sprites.vendor_images = [
"aspdotnet", "aspdotnet40", "django", "erlangR14B02", "grails", "java", "java_web", "lift",
"mongodb", "mssql", "mysql", "neo4j", "node", "otp_rebar", "perl", "perl514", "php", "postgresql",
"mongodb", "mssql", "mysql", "neo4j", "node", "node06", "otp_rebar", "perl", "perl514", "php", "postgresql",
"python", "python26", "python27", "python32", "rabbitmq", "rails3", "redis", "ruby18", "ruby19",
"sinatra", "spring"
]
Expand Down

0 comments on commit 36b2c62

Please sign in to comment.