mozbrick / brick

UI Web Components for Modern Web Apps
http://mozbrick.github.io/
Other
2.97k stars 206 forks source link

minified version is not working; templates need IDs #254

Closed dotch closed 10 years ago

dotch commented 10 years ago

the brick.min.html is not working because it pulls all templates in one html file and they are selected by doing querySelector("template") need to give every template and ID and select them based in the id.