﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9781	Need Setting to append suffix to assets for cachebusting builds	Blaine Garrett		"I would like to have a config option to append a suffix to the filename of js and css files.

Use case:
The build/deploy tools I use append the git commit hash to the end of the file names of static cdn assets when bulding. This busts the browser/proxy/etc cache when deploying new revisions of our application. For the time being, I had to make edits to the compiled source to make this work.

For thorough coverage, I'd suggest:
config.js_suffix = ''
config.css_suffix = ''
config.img_suffix = '' // doesn't apply to me, but might for others

Example filenames given the latest build commit hash is a3fdee
/static/js/plugins/ckeditor/ckeditor_a3fdee.js
/static/js/plusins/ckeditor/config_a3fdee.js
/static/js/plusins/ckeditor/plugins/autogrow/plugin_a3fdee.js
/static/js/plusins/ckeditor/themes/moomo/editor_a3fdee.js



All of my js/css assets are app"	New Feature	confirmed	Normal		General				joel.peltonen@…
