Skip to content

Commit

Permalink
Enable responsive_ux for development environment
Browse files Browse the repository at this point in the history
As default the development environment will be running with `responsive_ux`
toggle enabled.
  • Loading branch information
DavidKang committed Jan 27, 2020
1 parent 6514802 commit fe178eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/lib/tasks/dev.rake
Expand Up @@ -55,8 +55,8 @@ namespace :dev do
puts 'Configure default signing'
Rake::Task['assets:clobber'].invoke
::Configuration.update(enforce_project_keys: true)
# we enable bootstrap as default
Flipper[:bootstrap].enable
# we enable responsive_ux as default
Flipper[:responsive_ux].enable
end
end

Expand Down

0 comments on commit fe178eb

Please sign in to comment.