bogh / django-pipeline-typescript

Pipeline compiler for Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-pipeline-typescript

Pipeline compiler for Typescript

Installation

You need django-pipeline, this library contains only the compiler for typescript and you also need to install typescript compiler using node package manager:

Django Pipeline

NodeJS & NPM

npm install -g typescript

pip install django-pipeline-typescript

Add the compiler to pipeline configuration:

PIPELINE_COMPILERS = (
  'pipeline_typescript.compilers.TypescriptCompiler',
)

About

Pipeline compiler for Typescript

License:MIT License


Languages

Language:Python 100.0%