jazzband / django-pipeline

Pipeline is an asset packaging library for Django.
https://django-pipeline.readthedocs.io/
MIT License
1.52k stars 372 forks source link

Get link to .css and .js files in tempalte #719

Open sowinski opened 4 years ago

sowinski commented 4 years ago

Hi,

I want to load some of my .css files and .js files "lazy". For this purpose I need only the url to the files.

Example {% javascript 'startpage' %} returns a Githubissues.

  • Githubissues is a development platform for aggregating issues.