Skip to content

helioascorreia/django-es2015-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django ES2015 Transformer

Do you want to use the latest JavaScript generation on your django project without any pain of setup? This package is for you.

Setup

Install package with pip

pip install django-es2015-transformer

Active the package in django

# settings.py
INSTALLED_APPS = [
    ...
    'es2015_transformer',
]

Edit STATICFILES_STORAGE

# settings.py
STATICFILES_STORAGE = 'es2015_transformer.storage.BabelStaticFileStorage'

Result

In your deploy server when you run the collectstatic command, your js files will be transformed in a ECMAScript5 code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages