django-npm
django-npm copied to clipboard
Collectstatic patternmatching bug
Thanks for this piece of work. It's very usefull.
collectstatic doesn't collect the following:
NPM_FILE_PATTERNS = { 'tinymce': ['tinymce.min.js', 'themes/**/theme.min.js'] } This is the result of ls
static/npm/tinymce/themes/inlite:
static/npm/tinymce/themes/mobile:
static/npm/tinymce/themes/modern:
The staticserve in debug modes serves up the file correctly.
Am using Django 2.2.