Hello Team,
I'm playing a bit with your theme because it looks nice but when trying to customise and run it seems hell.
Actually I'm just building a simple header with inside a logo and a navigation bar. Nothing complicated isn't it?
Looking for example at the file: header-light.html I see in the footer you load plugins.js and functions.js, both are huge files and I think I would need just a couple of those plugins to run.
I love to use bower and gulp (or grunt) in my projects and I already spent a few hours to organise less files getting just what I need for it but now, handling all that javascript, it is the hell.
Why did you copy / pasted all those plugins within a file?
How can I know which plugin I need for ONLY a single module in your theme?
Trying to clean it up a bit, uglify it, etc... I see everything blank, nothing work.
A theme is supposed to be used in various scenarios, MEAN apps, .net apps, static or dynamic apps, wordpress apps, etc... Should a developer really load all those plugins?!? I don't think so.
Same for the functions.js, it is totally bad to write all those functions in that way, if I delete a plugin the app crash.
I would like to have a well separated dependencies for each of your HTML pages.
You did it well, 265376 sample HTML pages, it was much more easier to include JUST the required plugins in the footer, JUST the required CSS files and JUST the required functions to run that specific page.
Can we please have it?
I hope in a quick reply...
Thanks
