I\'ve recently returned to a web site project that has been on the backburner. Since recommencing work I\'ve noticed css and javascript changes aren\'t being recognised by
A quick way is to add random parameters after the script or css file's src attribute. for example
so browser will always assume its a new file and will not cache.
Be sure to remove this when deploying on live server.