AssetMapperTypeScriptBundle
AssetMapperTypeScriptBundle copied to clipboard
TypeScript Bundle For Symfony!
This bundle allows you to compile TypeScript and use it with Symfony's AssetMapper Component (no Node required!).
- Automatically downloads the correct SWC binary
- Adds a
typescript:buildcommand to compile your typescript files - Automatically compiles your typescript files when you run
asset-map:compilecommand
Installation
composer require sensiolabs/typescript-bundle
Documentation
Read the documentation at: doc/index.rst
Credits
This bundle was greatly inspired by the Sass Bundle from SymfonyCasts.
- Maelan Le Borgne
- All Contributors
License
MIT License (MIT): see the License File for more details.