Closed lukas-vlcek closed 10 years ago
When production profile is used to build the web app then the index.html is using css file that is not obfuscated (it is just the concatenation of all used css files). We need to make use of the style.min.css instead of style.css.
index.html
style.min.css
style.css
When production profile is used to build the web app then the
index.html
is using css file that is not obfuscated (it is just the concatenation of all used css files). We need to make use of thestyle.min.css
instead ofstyle.css
.