How to specify the min file name suffix in Chirpy?

236 Views Asked by At

I am using Chirpy in my project to minify js files. Now the minified file names are created with .min.js as suffix. E.g. If the file name is script.js then Chirpy generates it as script.min.js when Minify is set to true.

Is there any way to tell Chirpy not to add ".min" suffix to the file name when it generates minified file?

1

There are 1 best solutions below

0
rstackhouse On BEST ANSWER

Version 2.04 does not add the "min" to the filename.