Skip to content

bekindsoft/django-pipeline-esbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipeline Esbuild

Django pipeline esbuild plugin adds support for esbuild bundles by using the esbuil binary installed in the system.

Instalation

pip install django-pipeline-esbuild

Configuration

PIPELINE['COMPILERS'] = (
  'pipeline_esbuild.esbuild.EsbuildCompiler',
)

# esbuild defaults
ESBUILD_BINARY = '/usr/bin/env esbuild'
ESBUILD_ARGUMENTS = '--bundle'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages