Open mandarvaze opened 7 years ago
Thanks for the feedback @mandarvaze! Razor does not currently support --no-brunch
, as we figured people would reach for Phoenix or Plug for api-only projects. We'll keep this here as a feature request.
Note - Once this PR is merged, it'll be pretty trivial to add this feature.
I'd second this for the case where folks might want to use webpack
instead. Also, looks like the PR mentioned above has been merged. I might look into a PR to pass on the no-brunch
option
phoenix new
has--no-brunch
option so that we can build REST API server (No HTML) Doesrazor new
have similar option ?If not, please treat this as a feature request.