Skip to content

Commit

Permalink
Make order of includes a bit more sensible. [#5]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Dec 4, 2009
1 parent 72372db commit 6c30b20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/manifest.rb
Expand Up @@ -45,9 +45,6 @@ def load_gettext
end
end

require 'application_controller'
require 'application_view'

# End of Monkeybars requires
#===============================================================================
#
Expand All @@ -69,6 +66,9 @@ def load_gettext

require 'utilities' # Some common app-wide stuff

require 'application_controller'
require 'application_view'

case Monkeybars::Resolver.run_location
when Monkeybars::Resolver::IN_FILE_SYSTEM
# Files to be added only when running from the file system go here
Expand Down

0 comments on commit 6c30b20

Please sign in to comment.