salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
184 stars 63 forks source link

Should we stop concatenating CSS and JavaScript? #88

Closed salcode closed 9 years ago

salcode commented 9 years ago

Currently all the CSS is loaded in css/style.min.css (this includes the Bootstrap CSS, the custom CSS, and any other CSS I include when building a specific them (e.g. the CSS for a slider I integrate into the theme)) and all the JavaScript is loaded in js/javascript.min.js (this includes the Bootstrap JavaScript, the custom JavaScript, and any other JavaScript I include when building a specific theme).

Should we stop concatenating CSS and JavaScript?

Advantages

salcode commented 9 years ago

Ultimately, I think concatenating the CSS and JavaScript is still the best path. If someone has further thoughts, I'm happy to revisit this topic and they should feel free to reopen this issue.