Commit 2f360e53 by resurtm

Add CoffeeScript and TypeScript commands to AssetConverter.

parent 0ee120f5
......@@ -28,6 +28,8 @@ class AssetConverter extends Component implements AssetConverterInterface
'scss' => ['css', 'sass {from} {to}'],
'sass' => ['css', 'sass {from} {to}'],
'styl' => ['js', 'stylus < {from} > {to}'],
'coffee' => ['js', 'coffee -p {from} > {to}'],
'ts' => ['js', 'tsc --out {to} {from}'],
];
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment