Skip to content

Collectstatic patternmatching bug  #25

@rvanlaar

Description

@rvanlaar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions