Skip to content

Commit

Permalink
Merge branch 'review/djgoku' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Jan 3, 2011
2 parents c0d6a0c + f6ccfa2 commit 412aa30
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions script/dancer
Expand Up @@ -1386,17 +1386,33 @@ Here is an application created with dancer:
$ dancer -a mywebapp
+ mywebapp
+ mywebapp/bin
+ mywebapp/bin/app.pl
+ mywebapp/config.yml
+ mywebapp/environments
+ mywebapp/environments/development.yml
+ mywebapp/environments/production.yml
+ mywebapp/views
+ mywebapp/views/index.tt
+ mywebapp/views/layouts
+ mywebapp/views/layouts/main.tt
+ mywebapp/views/index.tt
+ mywebapp/environments
+ mywebapp/environments/production.yml
+ mywebapp/environments/development.yml
+ mywebapp/mywebapp.pm
+ mywebapp/mywebapp.pl
+ mywebapp/favicon.ico
+ mywebapp/lib
+ mywebapp/lib/mywebapp.pm
+ mywebapp/public
+ mywebapp/public/css
+ mywebapp/public/css/style.css
+ mywebapp/public/css/error.css
+ mywebapp/public/images
+ mywebapp/public/500.html
+ mywebapp/public/404.html
+ mywebapp/public/dispatch.fcgi
+ mywebapp/public/dispatch.cgi
+ mywebapp/public/javascripts
+ mywebapp/public/javascripts/jquery.js
+ mywebapp/Makefile.PL
+ mywebapp/t
+ mywebapp/t/002_index_route.t
+ mywebapp/t/001_base.t
The application is ready to serve:
Expand Down

0 comments on commit 412aa30

Please sign in to comment.