We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddd3165 + ff0fe6d commit d7ae2bfCopy full SHA for d7ae2bf
app.psgi
@@ -37,7 +37,7 @@ $app = Plack::Middleware::Assets->wrap(
37
# should we autoload the syntax brushes or otherwise specify which ones are needed (instead of "all")?
38
files => [
39
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)
+ 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)
41
],
42
minify => 0,
43
);
0 commit comments