Domanda

After you build the app, JMVC generates production.js and production.css. In case you want to set version numbers to avoid the user using the cached files, how do you do that? Eg., producing production.1.1.js and production.1.1.css or something similar.

È stato utile?

Soluzione

This is really something you should be doing with your build process, not steal. Rename the file after it is generated.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top