Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chartist.min.js #24

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Update chartist.min.js #24

wants to merge 1 commit into from

Conversation

Ash-Crow
Copy link

@Ash-Crow Ash-Crow commented Jan 9, 2023

Hi,

When trying to install this package in a Django 4 environment with Whitenoise used to manage statics (including js modules installed through npm), we have a failure because one of the example files is referecing a non-existent map file:

       whitenoise.storage.MissingFileError: The file 'chartist-plugin-fill-donut/examples/js/chartist.min.js.map' could not be found with <whitenoise.storage.CompressedManifestStaticFilesStorage object at 0x7f03d0c08f10>.
       The JS file 'chartist-plugin-fill-donut/examples/js/chartist.min.js' references a file which could not be found:
         chartist-plugin-fill-donut/examples/js/chartist.min.js.map

I just removed the reference to the missing file, but it is perhaps possible to entirely remove the examples from the packaged version on npm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant