Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Catalyst-View-JavaScript-Minifier-XS CPAN distribution.

Report information
The Basics
Id: 44463
Status: resolved
Priority: 0/
Queue: Catalyst-View-JavaScript-Minifier-XS

People
Owner: Nobody in particular
Requestors: wolfgang [...] kinkeldei.de
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.03
Fixed in: (no value)



Subject: class config not honored
Hi, when creating a View that inherits Catalyst::View::JavaScript::Minifier::XS, a config directive like __PACKAGE__->config( path => 'static/js' ); or a catalyst-application-wide config for the view created will not get honored. A simple patch could easily solve the problem. < my %config = ( stash_variable => 'js', path => 'js', subinclude => 0, %{ $class->config }, %$arguments ); --- Show quoted text
> my %config = ( stash_variable => 'js', path => 'js', subinclude => 0, %$arguments );
the same patch would help in Catalyst::View::CSS::Minifier::XS also. btw. I like both modules very much!
This was actually fixed in the previous version or two. Just got around to testing it.