Pure JSON layout and autoload
I would recommand to use pure json layout and autoload layout
I have thought of it, but I didn't want to cause path or network issues. Also, it's nice to only load the layouts you need.
I'm open to suggestions though :)
Well, I'm not talking about path error, it's simple loading based on path declaration like a translation or something.
You can add a default layout inside the min version of the lib and keep things separate before build them.
Good idea to minify default layout with the lib !
Just added a build task wich minify scripts and styles inside ./dist/ folder
:+1: