clamp the subject line of error emails to be no more than 115 chars
[sgn.git] / lib / SGN / View / JavaScript.pm
blob7646eff197ab806713e71f9e0f61560155fc4b4c
1 package SGN::View::JavaScript;
2 use strict;
3 use warnings;
5 use parent 'Catalyst::View::JavaScript::Minifier::XS';
7 __PACKAGE__->config(
8 js_dir => SGN->path_to('js'),
9 );