lemonsaurus / django-simple-bulma

Django application to add the Bulma CSS framework and its extensions
MIT License
137 stars 17 forks source link

Fixed javascript path construction #10

Closed wonkybream closed 5 years ago

wonkybream commented 5 years ago

This fixes js_file path construction in templates. Uses filename instead of full path.

I tested this by using my fork in my own project and all js files downloaded correctly after collectstatic command.

lemonsaurus commented 5 years ago

we still need to do a version increment and new PyPI release, but I can manage that tonight.

gdude2002 commented 5 years ago

I'll handle it

gdude2002 commented 5 years ago

Release 1.0.4 has been uploaded. Thank you!