canton7 / fuelphp-casset

Better asset management library for fuelphp (with minification!)
MIT License
103 stars 29 forks source link

Added retrieve path, see #35 for more info #36

Closed younes0 closed 11 years ago

younes0 commented 11 years ago

35

younes0 commented 11 years ago

My apologies, I didn't see your question. I'll check the filepath_callback soon

younes0 commented 11 years ago

the set_filepath_callback works fine, what a shame that I missed it Casset::set_filepath_callback(function($filepath, $type, $remote) { return str_replace('temp/', '', $filepath); });

canton7 commented 11 years ago

Sweet! While your request is perfectly valid, the way that Casset's grown means it's rather hard to implement at this stage. If Casset ever gets a re-write, this will be in there.

younes0 commented 11 years ago

I understand, cheers