orchardcms - Orchard CMS: How to add version to theme scripts and styles -


i want automaticaly add version parameter theme scripts , styles, this:

<script type="text/javascript" src="/themes/mytheme/styles/common.min.css?v=12345"></script> 

are there ways orchard cms?

have @ combinator module on orchard gallery.

it fingerprint resources, combining , minifying them if want (all configured in admin interface)


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -