SC5 / gulp-bobrsass-boilerplate

Gulp BoBrSASS Boilerplate
7 stars 13 forks source link

No Express? #29

Closed kennu closed 9 years ago

kennu commented 9 years ago

Should there be an Express server module included so the web app can be served, and APIs and middlewares like Passport added to it? Seems particularly useful for Docker builds..

laurisvan commented 9 years ago

While a server boilerplate would be an useful thing, wouldn't it work better as a separate project? I'd like to mix this frontend boilerplate (that only depends on a static web server and perhaps URL rewrites for frameworks that use pushstate). In the end, the backends are maybe even more varied than frontends...

That way we could mix and match whatever servers we will need. Would it work ok for you?

kennu commented 9 years ago

Sounds good, if there is a simple documented way to include the server module in your own project.