-
Add possibility to customize path to binary using alias. · 3d55ee5aDmitry Kushnikov authored
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
3d55ee5a
×