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

Simply enable SCSS and ES6 in your Django project

Results 8 django-compressor-toolkit issues
Sort by recently updated
recently updated
newest added

After install on Django Compressor Toolkit: If run with COMPRESS_ENABLED = False Debug = True Compress_offline = False : The Traceback error: File "/opt/miniconda3/envs/myEnv/lib/python3.8/site-packages/sass.py", line 609, in compile raise TypeError(...

In Windows 10 environment a FilterError(err) in raised: "compressor.exception.FilterError: 'export' is not recognized". Regarding the issue and answer here: https://stackoverflow.com/questions/55029689/use-django-compressor-es6compiler-under-windows - is Windows supported at all? If so, what cofigurations...

Trying to import axios from node_modules. Here's my code: ``` {% compress js %} import axios from 'axios' {% endcompress %} ``` I get the following error: ``` Error: Cannot...

What do you think about using https://www.npmjs.com/package/npx for local npm packages? IMHO. it would be a much nicer way of handling the situation.~, now that npx is included in npm...

enhancement

when running `npm install browserify babelify babel-preset-es2015` there is the following deprecation warning: `npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env...

enhancement
question

I was wondering why my CSS did not get any vendor prefixes at all (like Autoprefixer was never used), until I found 69d8b3e59474b32f3cff715d66b878e356c04878 (indeed, it wasn't!). As the latest release...

Full text of the error Compressing... CommandError: An error occurred during rendering posts\compilations.html: 'utf-8' codec can't decode byte 0x8f in position 0: invalid start byte. At each compression attempt, the...