-
-
Notifications
You must be signed in to change notification settings - Fork 551
Closed
Description
With the wealth of front end frameworks available now, I don't find it appealing to use any of the view engines, though bootstrapping technologies like this project appeal to me. My use case is as follows:
- Angular front end transpiled/compiled/obfuscated/minified/whatever into a bunch of static blobs
- Nginx delivering the client (bunch of static blobs)
- Express providing the API for the client and all the other goodness.
What are your thoughts on providing another flag (e.g. --view none) to avoid the view engine entirely? Perhaps if the same "plug-and-play" experience is desired the routes could serve up regular old HTML files from the public folder?
I can take a stab at adding it if it's viable.
gokaygurcan, Khalid-Nowaf, raneio, angelovianajr, safaorhan and 8 more