carbonfive / razor

Phoenix application generator that builds applications with the common C5 customization stuff already done.
80 stars 10 forks source link

Question or Feature Request : Support for --no-brunch option #29

Open mandarvaze opened 7 years ago

mandarvaze commented 7 years ago

phoenix new has --no-brunch option so that we can build REST API server (No HTML) Does razor new have similar option ?

If not, please treat this as a feature request.

craiglyons commented 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.

bunnymatic commented 6 years ago

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