Skip to content

Commit

Permalink
Update package task
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjlandau committed Nov 24, 2010
1 parent 8086bcf commit ba90cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Rake::PackageTask.new("jquery.jmapping", (ENV['VERSION'] || :noversion)) do |p|
p.need_tar_gz = true
p.need_zip = true
p.package_files.add 'jquery.*.js', 'README.markdown', 'CHANGELOG', 'vendor/jquery.metadata.js',
'vendor/mapiconmaker.js', 'vendor/markermanager.js'
'vendor/StyledMarker.js', 'vendor/markermanager.js'
end

if PLATFORM['darwin']
Expand Down

0 comments on commit ba90cf2

Please sign in to comment.