While developing, I’m obviously making changes to my js and css files, and need to have the the most current version.
I’ve read up on setting:
Configure::write(‘Asset.timestamp’, true);
or
Configure::write(‘Asset.timestamp’, ‘force’);
This sounds exactly what I need, however, it’s not working for me. I’ve found inside the UrlHelper::assetTimestamp method it is specifically looking for a plugin to be loaded named “Js” based on the first segment of my ‘/js/source.js url’
I don’t understand this, I’ve got all my JS files in off my webroot. has anyone else had this problem?