nickjanssen / angus

Declarative build tool for the web.
http://slides.com/nickjanssen/declarative-build-configurations
211 stars 13 forks source link

Guide on how to use Angular templates #16

Closed kevinwolfcr closed 9 years ago

kevinwolfcr commented 9 years ago

Hello all!

First of all, I want to congratulate all commiters on this project, it is awesome.

Now, I want to ask the following question: I am creating an AngularJS application using modular design, in which I place the view templates inside core/[module name]/[module name].tpl.html. But they are not compiling into the dist folder.

Why is this happening?

kevinwolfcr commented 9 years ago

Never mind, I found the way. The templates file are generated on js/html2js/core/chat/chatTpl.js and I just had to include angus.templates.app as a module dependency of my app ;).

nickjanssen commented 9 years ago

Thank you for the kind words :) I'm happy that you got it working! Let me know if you have additional questions.