문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top