ericdaat / flask-assets-bootstrap

A minimal Flask application with Bootstrap and Sass
https://edaoud.com/blog/2022/02/07/flask-bootstrap-assets/
7 stars 3 forks source link

No module named jsmin #1

Open joseogl opened 2 years ago

joseogl commented 2 years ago

After cloning the repo and setting up the rest of the aoplication as directed, I am getting the error " No module named 'jsmin" when running using "flask run".

ericdaat commented 2 years ago

Hi! Thanks for your feedback :) I might have forgotten to include jsmin in the requirements.txt file. Could you let me know if the error goes away after a pip install jsmin ? (as mentioned here: https://webassets.readthedocs.io/en/latest/builtin_filters.html#webassets.filter.jsmin.JSMin)