Hi!
I'm currently trying to use the plugin, but for some reason none of my templates are compiled. My folder structure looks like the following:
root/
|-app/
|--assets/
|--templates/
|---app.html
|---header.html
|---...
My config:
exports.config = {
files: {
...
templates: {
defaultExtension: 'html',
joinTo: {
'js/templates.js': /^app\/templates/
}
}
},
...
};
For some reason none of the .html files are compiled, copied or concatenated. What am I doing wrong?
Hi!
I'm currently trying to use the plugin, but for some reason none of my templates are compiled. My folder structure looks like the following:
My config:
For some reason none of the .html files are compiled, copied or concatenated. What am I doing wrong?