Open
Description
I am working on a project using angular for both the browser and Nativescript.
It would be nice to be able to specify a template extension for Nativescript.
For now I use name.html for browser template and name.tns.html for Nativescript template.
For Nativescript to automatically use my template I have a gulp job running that watches filechanges in the .tns.html file and creates .ios.html and .android.html files so Nativescript will use them automatically.
Since you always have logic that looks for .ios en .android parts, maybe you could include .tns (and .tns.ios and .tns.android) also.
the same holds true for files containing styles (.tns.css or .tns.scss etc)