544e2e509d08991d138258a8ab1d70bf3fc801bb
Whats-new-in-the-6-dot-8-0-dot-1-Reference-Implementation.md
| ... | ... | @@ -43,3 +43,5 @@ Each category houses one or more visualization folder. For example, the Circula |
| 43 | 43 | The dependency chain has been optimized in the Default.master. Previously, the \<style> tag for the main.css was being overridden by the bootstrap references, making it difficult to have changes in the main.css respected. Now that both the main.css and main.js are at the bottom of the chain, changes to those files will be respected. |
| 44 | 44 | |
| 45 | 45 | Also, pathing changes have been made to a majority of the css files. Notice that they all have .min.css extensions. As mentioned before, many of our css files have minified versions now. Removing white space helps reduce the size of the file and increase loading times. The RI now comes with the paths defaulted to the .min.css files of Reset2, print, fun, and main. |
| 46 | + |
|
| 47 | +*Note* Although the .min.css files are present, the .css files also still exist in the folder. So having a path point at, for example, main.css instead of main.min.css will still work. |
|
| ... | ... | \ No newline at end of file |