Skip to content

Commit d7ae2bf

Browse files
committed
Merge branch 'master' of github.com:CPAN-API/metacpan-web
2 parents ddd3165 + ff0fe6d commit d7ae2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.psgi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $app = Plack::Middleware::Assets->wrap(
3737
# should we autoload the syntax brushes or otherwise specify which ones are needed (instead of "all")?
3838
files => [
3939
map {"root/static/js/$_.js"}
40-
qw(jquery.min jquery.tablesorter jquery.cookie jquery.relatize_date jquery.ajaxQueue jquery.autocomplete.pack jquery.bubblepopup.min shCore shBrushPerl shBrushPlain shBrushYaml shBrushJScript cpan github)
40+
qw(jquery.min jquery.tablesorter jquery.cookie jquery.relatize_date jquery.ajaxQueue jquery.autocomplete.pack jquery.bubblepopup.min shCore shBrushPerl shBrushPlain shBrushYaml shBrushJScript shBrushDiff cpan github)
4141
],
4242
minify => 0,
4343
);

0 commit comments

Comments
 (0)