I'm having a problem with my layer file not properly interning my widget template strings resulting in separate requests for each template file:
I have set up a simple example repo with an application containing two widgets (App & Widget). My goal is to build my entire application (JS & HTML) into one file. Here's my build profile:
var profile = {
basePath: '../src/',
action: 'release',
optimize: 'closure',
selectorEngine: 'acme',