Skip to content

Instantly share code, notes, and snippets.

@bossiernesto
Forked from seandenigris/gist:4750350
Created February 11, 2013 13:54
Show Gist options
  • Select an option

  • Save bossiernesto/4754539 to your computer and use it in GitHub Desktop.

Select an option

Save bossiernesto/4754539 to your computer and use it in GitHub Desktop.
deploymentApplications := { 'tools'. 'browse' }.
appsToRemove := WADispatcher default handlers reject: [ :e | deploymentApplications includes: e name ].
appsToRemove do: [ :e | WADispatcher default unregister: e ].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment