Skip to content

Option for no view engine #152

@tobymurray

Description

@tobymurray

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions