Skip to content

Initial release

Compare
Choose a tag to compare
@Dmitri-Sintsov Dmitri-Sintsov released this 15 Mar 10:31
· 97 commits to main since this release

Deno front-end integration for Django, version 0.1.0.

The Deno web service supports rollup.js bundle (drollup) generation to automatically provide es6 modules bundles for Django projects, including scripts from Django packages static files.

That enables generation of minified terser bundles and / or systemjs bundles, the later ones are compatible to IE11.

Note that currently it supports only es6 modules, not the full transpiling of es5 to es6, so it assumes that the developing code has es6 imports / exports but the rest of code is written with es5 syntax.