Costa
unread,Apr 6, 2012, 9:01:15 PM4/6/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ka...@googlegroups.com
Hi!
I'm trying to include html templates by using the modules package. Here's the relevant part of my kanso.json
"modules": ["lib", "templates/base.html", "templates/movies.html"],
"load": "lib/app",
"dependencies": {
"attachments": null,
"modules": null,
This works fine, but I'd like to include the "templates" directory as a whole. The problem is that the modules package ignores the html files. Is there a setting I can change to have it include html files?
Best,
Costa