Using Durandal widgets, you have to create a folder for each widget, and then 2 files in each folder. For example a mywidget
folder containing view.html
, model.js
files.
This naming style makes it difficult to find files in the solution. Is there any way to name these file names like mywidget.html
, mywidget.js
?