Sprinkle icon indicating copy to clipboard operation
Sprinkle copied to clipboard

Asset management library for CodeIgniter

Results 6 Sprinkle issues
Sort by recently updated
recently updated
newest added

When working on a project using sprinkle, everything runs fine on my side. However a team member after baking the assets gets 404s when loading the page. The output function...

In your Sparkle.php file you have the _load method declared as public (line 174) although it is described as being a private method.

in assets definition i set combine and minify True and it making file in cache and taking file from cache but when set it false it still take file from...

Trying to get hmvc to work with 2.1.. getting the following error: `The configuration file sprinkle.php does not exist.`. I have an autoload.php file inside of my modules/index/config folder that...

Hi, Just wanted to report some intermitant issues we are seeing with Sprinkle. We are using the latest version of Modular Extensions with CI 2.x and the latest Sprinkle. When...

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...