Open Miljar opened 9 years ago
Currently the handlebars templates are inside the main index.html file. They should be moved to separate files in a theme folder.
Proposed layout:
themes/ ------/php-wvl --------------/templates ------------------------/whatever.js --------------/css --------------/assets --------------/js
I'll combine this with #11
The templates should also be loaded via RequireJS. Check slide 38 http://www.slideshare.net/iivanoo/requirejs-handlebars
Currently the handlebars templates are inside the main index.html file. They should be moved to separate files in a theme folder.
Proposed layout: