We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I'll combine this with #11
Sorry, something went wrong.
The templates should also be loaded via RequireJS. Check slide 38 http://www.slideshare.net/iivanoo/requirejs-handlebars
jnstr
No branches or pull requests
Currently the handlebars templates are inside the main index.html file.
They should be moved to separate files in a theme folder.
Proposed layout:
The text was updated successfully, but these errors were encountered: