I'm having trouble getting Carabiner to work...
There aren't any errors--my files just aren't working.
I haven't changed the config.
In my function I have:
$this->load->library('carabiner');
$this->carabiner->display();
This should output all the css and js in my asstes folder, right?
I've tried moving the assets folder around too. Right now it's in /application/assets
Am I getting something wrong?!