Dust.js as client side template supports CDN, isn't Angular client site template also support CDN?

145 Views Asked by At

I am working on Single page application and decided to go with following tech stack.

1. Nodejs as server side
2. Angularjs as client side
3. Dustjs as server side template (only for index.html)

However during my discussion with team; everyone is insisting to use dust.js for client side as well. Main reason for forcing dustjs template for client side is because CDN support for dustjs template files.

My understanding is; if i use absolute URL in my Angular directive and give CDN path for Angular client side template then isn't it with Angularjs as well I would be able to support CDN?

Please advice.

0

There are 0 best solutions below