repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clamp the subject line of error emails to be no more than 115 chars
[sgn.git]
/
lib
/
SGN
/
View
/
JavaScript.pm
blob
7646eff197ab806713e71f9e0f61560155fc4b4c
1
package
SGN
::
View
::
JavaScript
;
2
use
strict
;
3
use
warnings
;
4
5
use
parent
'Catalyst::View::JavaScript::Minifier::XS'
;
6
7
__PACKAGE__
->
config
(
8
js_dir
=>
SGN
->
path_to
(
'js'
),
9
);
10
11
1
;