poeticninja / hapi-ninja

Boilerplate Hapi server example. Node.js, Hapi, and Swig.
MIT License
378 stars 56 forks source link

Ported Blacktie's Solid Theme #11

Closed kidtronnix closed 9 years ago

kidtronnix commented 10 years ago

Thought it could be nice to have a great start theme. It is an open source from Blacktie.co.

Let me know what you think.

poeticninja commented 10 years ago

Hi @smaxwellstewart, I have thought a lot about adding styling to this project. If we add styling it should be through a package manager like bower and most likely we would use just Bootstrap. But at that point we should set it properly and use Less. This would cause this project to start getting too opinionated and part of me is against this. Right now people can just get started and add what they want to it. I have seen some boilerplates just do too much and you have to remove a lot for it to work with your workflow.

Maybe we want this. Maybe we want to take this project to the next level. I would like to hear what other developers would like.

kidtronnix commented 10 years ago

Hey @poeticninja, I also had the same thoughts, and also would like to hear from other developers.

What if we made this a seperate branch in the project?

Simon

On 2 October 2014 16:30, Saul Maddox notifications@github.com wrote:

Hi @smaxwellstewart https://github.com/smaxwellstewart, I have thought a lot about adding styling to this project. If we add styling it should be through a package manager like bower and most likely we would use just Bootstrap. But at that point we should set it properly and use Less. This would cause this project to start getting too opinionated and part of me is against this. Right now people can just get started and add what they want to it. I have seen some boilerplates just do too much and you have to remove a lot for it to work with your workflow.

Maybe we want this. Maybe we want to take this project to the next level. I would like to hear what other developers would like.

— Reply to this email directly or view it on GitHub https://github.com/poeticninja/hapi-ninja/pull/11#issuecomment-57637962.

jaganathanb commented 10 years ago

Hey @poeticninja, even me thinking the same... Boilerplate should be like a frameset where you could just plug your photos..

Thanks, Jagan

On Thursday, October 2, 2014, Simon Maxwell-Stewart < notifications@github.com> wrote:

Hey @poeticninja, I also had the same thoughts, and also would like to hear from other developers.

What if we made this a seperate branch in the project?

Simon

On 2 October 2014 16:30, Saul Maddox <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

Hi @smaxwellstewart https://github.com/smaxwellstewart, I have thought a lot about adding styling to this project. If we add styling it should be through a package manager like bower and most likely we would use just Bootstrap. But at that point we should set it properly and use Less. This would cause this project to start getting too opinionated and part of me is against this. Right now people can just get started and add what they want to it. I have seen some boilerplates just do too much and you have to remove a lot for it to work with your workflow.

Maybe we want this. Maybe we want to take this project to the next level. I would like to hear what other developers would like.

— Reply to this email directly or view it on GitHub https://github.com/poeticninja/hapi-ninja/pull/11#issuecomment-57637962.

— Reply to this email directly or view it on GitHub https://github.com/poeticninja/hapi-ninja/pull/11#issuecomment-57648612.

Thanks,

Jaganathan B www.jagan-bhathri.com

poeticninja commented 10 years ago

A separate branch would work for this if enough people are interested.

poeticninja commented 10 years ago

If this was to happen we would need to add bootstrap in the bower.json, add a gulp compile task and a watch task for Less, change up the html to reflect some of the CSS classes of bootstrap to make things look better.

Am I missing anything?