sacy icon indicating copy to clipboard operation
sacy copied to clipboard

Smarty Asset Compiler (warning: all branches but master are subject to force pushes)

Results 16 sacy issues
Sort by recently updated
recently updated
newest added

I installed `sassc` on my dev env and set the option 'sacy.sass' to `/usr/bin/sassc` to test this. I don't know whether it makes sense to switch, I'm still testing performance....

Sacy fails to distinguish script-tags as src-based if there's any type of content in between the opening and closing tag. The result is that the tag will be excluded all...

I have this error: Parse error: syntax error, unexpected '[' in D:\Programy\VertrigoServ\www\class\smarty\plugins\sacy\sacy.php on line 147 This line is: $group = serialize($this->_cfg->get('merge_tags') ? [$attrs['media'], $attrs['type']] : [$attrs['media']]);

If you got blank page when loading with sacy, then probably your php configuration not allowing to load phar file. add to php.ini: ``` ini suhosin.executor.include.whitelist = phar ```

Handle not so exotic Apache config with Alias folders: $_SERVER['DOCUMENT_ROOT'] can be wrong http://stackoverflow.com/questions/4634869/php-how-to-get-the-document-root-from-inside-a-user-directory

when using recursive mode on **mkdir**, it returns false is folder already exists. Check if it is the case before calling mkdir.

Hello, I compile sacy with: ``` php php build.php -c -j ``` then i copy from build directory: block.asset_compile.php file to smarty plugins directory then add to my bootstrap file:...

First of all I would really love this piece of code once I get it working. Buf for some reason I can't get it to work, I am using PHP...

In the jquery ui library there exists a function called `uniqueId` - which I personally do not use, however it will cause a syntax error (in Chrome and Firefox, but...

Added a setting that allows to define a mapping of urls to file system paths