Is there is way to mimic the angular structures in a single file? I need to ship small web sites that can work offline on a computer. I know that I can host some sort of web server and have that serve up the small website, but would prefer to still point to file://<<path>\index.html in stead.
Pointing to the file source prevents angular from loading views / templates / etc because of some browser restrictions. I want to use grun / gulp to package the angular web site into a single file (JavaScript, CSS excluded) into a single file but still have the same single page / routing as if the web site was structured correctly.
Any ideas?
Regards
Jaco