]> git.openstreetmap.org Git - rails.git/commit
Serve embedded maps through the assets pipeline
authorTom Hughes <tom@compton.nu>
Fri, 23 Nov 2012 09:04:38 +0000 (09:04 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 23 Nov 2012 10:40:26 +0000 (10:40 +0000)
commitc0b47c0c2a3c31b42ef946aa6e07b85305091a0c
tree26ba6e28a894297793a1dc0947f045f586c78b2f
parentd04e3ac9f86d04fbb30a71d5d10f59bd70a25d9e
Serve embedded maps through the assets pipeline
app/assets/javascripts/embed.js [new file with mode: 0644]
app/assets/stylesheets/embed.css.scss [new file with mode: 0644]
app/controllers/export_controller.rb
app/views/export/embed.html.erb [new file with mode: 0644]
config/environments/production.rb
config/routes.rb
public/export/embed.html [deleted file]
test/functional/export_controller_test.rb