Dear Members in Ember 1.x we used to have some .html and .js files in the root level of the project folder and these files were directly opened by a link given from rest services via mail. These .html or .js files were Ember-Free that means these files had pure html and javascript and no Ember.js in any form.
Now, please tell me where to keep such files which can be accessed by direct URLs from rest services I.E. not even before ember server has started.
This is our requirement which was being fulfilled by Ember 1 generated production build and now via ember-cli generated production build the name of the files get changed internally.
Regards #Dn