working mobile deploy

This commit is contained in:
2012-09-20 19:56:20 +02:00
parent 1b62ae37ec
commit 5479d3760b
13 changed files with 217 additions and 58 deletions
+7
View File
@@ -75,6 +75,13 @@ module Qrammer
config.assets.precompile += ['supplier/application.css', 'user/application.css', 'qr_sheet/application.css']
config.default_url_options = {format: 'html'}
#config.middleware.use Rack::Cors do
# allow do
# origins '*'
# resource '/user/*', :headers => '*,auth_token', :methods => '*' #[:get, :post, :options]
# end
#end
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
end