Small fixes
This commit is contained in:
parent
f06f295890
commit
d74da1a89a
2 changed files with 5 additions and 2 deletions
|
@ -31,5 +31,9 @@ module Mastodon
|
|||
config.middleware.use Rack::Deflater
|
||||
|
||||
config.browserify_rails.commandline_options = "--transform [ babelify --presets [ es2015 react ] ] --extension=\".jsx\""
|
||||
|
||||
config.to_prepare do
|
||||
Doorkeeper::AuthorizationsController.layout 'auth'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue