18 Commits

Author SHA1 Message Date
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
b57b994a75 Fixed missing error suppression operator at yii\web\AssetConverter::convert() 2015-05-20 11:08:14 +03:00
70ca76d4a3 Added yii\web\AssetConverter::$forceConvert 2014-12-04 17:47:21 +02:00
3d55ee5af0 Add possibility to customize path to binary using alias.
If you don't want to install command-line utils globally, you have to specify it's paths.

    public $commands = [
        'styl' => ['css', '@app/node_modules/bin/stylus < {from} > {to}'],
    ];

close #5130
2014-09-22 16:37:28 +02:00
90c6a476ce Fixes #4727: Fixed wrong Stylus definition in \yii\web\AssetConverter 2014-08-17 01:18:55 +04:00
aec7dca2cd added source map generation so that styling can be debugged easily. 2014-08-13 12:48:41 +10:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
f66e28c4aa Fixes #4199: added missing category to logging calls 2014-07-04 11:40:30 +03:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
95ea1c20bb code style. FOREACH 2014-03-03 21:47:47 +03:00
c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 2014-03-03 20:50:44 +03:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
4be9e195c2 Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00
b6cee8af88 fix assetconverter file extensions change only first time 2013-05-05 18:21:10 +04:00
304122ebe4 Fixed bug in yiic.php.
Refactoring AssetConverter.
2013-04-19 20:44:59 -04:00
30e6d28b77 Finished asset converter. 2013-04-18 23:22:59 -04:00