Not quite sure if I am doing something wrong here, but even when I set $config['sprinkle']['disable_processing'] = TRUE; then assets are still minified and combined automatically. I understand from the docs that combining will still happen. But minifying should not, right?
I clear cache, then visit any page on my site, and all assets are combined and minifed.
On this point, I think that disable_processing should disable ALL processing, including combining and caching. Basically, disable_processing should just output the css and js files exactly as-is. Even cache file should not be created.
Not quite sure if I am doing something wrong here, but even when I set $config['sprinkle']['disable_processing'] = TRUE; then assets are still minified and combined automatically. I understand from the docs that combining will still happen. But minifying should not, right?
I clear cache, then visit any page on my site, and all assets are combined and minifed.
On this point, I think that disable_processing should disable ALL processing, including combining and caching. Basically, disable_processing should just output the css and js files exactly as-is. Even cache file should not be created.