Yeldaai / chat-plugin

Yelda Chat Plugin
MIT License
0 stars 0 forks source link

Css build opimization #130

Closed vishnu-ravi closed 2 years ago

vishnu-ravi commented 2 years ago
  1. is importing 'lightgallery.js/dist/css/lightgallery.css' in js file needed ? I don't see any reply here or in the issue comments ? 1.2 is importing 'lightgallery.js/dist/css/lightgallery.min.css' changing anything in the final css size ?

the point of the question was to get the answers, not to ask changes if they were not needed

The difference in lightgallery.js/dist/css/lightgallery.css (68.3 KiB) vs lightgallery.js/dist/css/lightgallery.min.css(67.9 KiB) is 1KB in the final css size

vishnu-ravi commented 2 years ago

3. I ran a npm run build locally => why is the css version 10 times smaller than the minified one ? it's not normal thinking

css version is just the copy of css file from src folder, it does not include the imported css of fontawesome, minified version is the css which include all the imported css