Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

Do NOT edit all.css directly. 

 

 

...

To make sure browsers upload the most recent Ignite CSS files update the css version number in HTML files by running the following script at 'trunk' level :
Code Block
languagebash
grep -rl 'all.css?v=1.5' * | xargs sed -i '' 's/all.css?v=1.5/all.css?v=1.6/g'
Here, 1.5 (just some number as example) is the existing version, and 1.6 is the new version.