django-npm icon indicating copy to clipboard operation
django-npm copied to clipboard

Collectstatic patternmatching bug

Open rvanlaar opened this issue 5 years ago • 0 comments

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.

rvanlaar avatar Apr 03 '20 14:04 rvanlaar