django-compressor-parceljs icon indicating copy to clipboard operation
django-compressor-parceljs copied to clipboard

Simply enables VueJs, ReactJs, SCSS, LESS, Typescript etc on your Django project

Results 3 django-compressor-parceljs issues
Sort by recently updated
recently updated
newest added

I believe I have everything installed and configured correctly. `STATICFILES_FINDERS = [ "django.contrib.staticfiles.finders.FileSystemFinder", "django.contrib.staticfiles.finders.AppDirectoriesFinder", "compressor.finders.CompressorFinder", ]` ``` COMPRESS_ENABLED = True COMPRESS_REBUILD_TIMEOUT = 2592000 # (30 days in seconds) COMPRESS_OFFLINE =...

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies