Skip to content

Commit

Permalink
Remove old, unnecessary comment about js loading
Browse files Browse the repository at this point in the history
I like that everything needed is loaded into one file and always available.
  • Loading branch information
rwstauner committed Apr 28, 2014
1 parent 73d3b90 commit 4dc57ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app.psgi
Expand Up @@ -54,8 +54,6 @@ $app = Plack::Middleware::Assets->wrap( $app,
files => [<root/static/css/*.css>] );
$app = Plack::Middleware::Assets->wrap(
$app,

# should we autoload the syntax brushes or otherwise specify which ones are needed (instead of "all")?
files => [
map {"root/static/js/$_.js"}
qw(
Expand Down

0 comments on commit 4dc57ac

Please sign in to comment.