Tobias Munk

Results 508 comments of Tobias Munk

Any updates on this? Would be really cool to have it.

I found a much better solution, IMHO. Please let me know what you think. **tl;dr** Basically don't copy anything, but (optionally) rewrite CSS file URLs relative to your webroot. PackageCompressor...

Here's the config of my current project: ``` 'clientScript' => array( 'class' => 'vendor.mikehaertl.packagecompressor.PackageCompressor', 'coreScriptPosition' => 0, // 'enableCompression' => 1, 'combineOnly' => 1, 'copyCssImages' => true, 'assetsScriptMap' => array(...

Should be fixed, let me know if there are problems with the other branch.

Before I start coding ... just some thoughts: To finalize this feature we should add another `public $blockedPackages = array();` property. This would not register packages, when the compressor is...

@mikonnikov Could you create a PR?

Is there anything which would break backward compatibility or SQLite support? I left a comment at the code line.

Got an error when dumping a table without PK, eg. `AuthAssignment` ``` *** applying m130715_184724_dump > create table AuthAssignment ...Exception: CDbCommand failed to execute the SQL statement: CDbCommand failed to...