Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
improve app generator command not to create a log directory
  • Loading branch information
kraih committed Jul 11, 2015
1 parent 13131ba commit d787ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Changes
@@ -1,5 +1,6 @@

6.14 2015-07-09
6.14 2015-07-11
- Improved app generator command not to create a log directory.

6.13 2015-07-08
- Added support for validating file uploads.
Expand Down
3 changes: 0 additions & 3 deletions lib/Mojolicious/Command/generate/app.pm
Expand Up @@ -33,9 +33,6 @@ EOF
# Test
$self->render_to_rel_file('test', "$name/t/basic.t", $class);

# Log directory
$self->create_rel_dir("$name/log");

This comment has been minimized.

Copy link
@jhthorsen

jhthorsen Jul 11, 2015

Member

👍


# Static file
$self->render_to_rel_file('static', "$name/public/index.html");

Expand Down

0 comments on commit d787ca4

Please sign in to comment.