I am working on a complex website that has many css and js files that are uploaded to each page. I am working on one css using the Chrome developer tools. Once css is mostly true in the developerβs tools (Element tab, Styles panel), css is copied to the local css file and then uploaded to the web server. Since only one css file was changed, it would be faster to reload one css file instead of hard updating and reloading the whole site, including images, js and css, etc.
The site has the ability to minimize the css file and combine it with other css files by creating one very large css file. This option is disabled during development. Adding a version number to the css file name is not the trick I'm looking for.
Is it possible that in the Chrome developer tools, click on the source file and update only this file?
source
share