ga-wdi-boston / html-css-layout-bootstrap-sass

Other
1 stars 163 forks source link

Use handlebars to store html #15

Open RealWeeks opened 8 years ago

RealWeeks commented 8 years ago

Teach devs to use handlebars in order to better separate HTML. No more. @gaand in agreement.

gaand commented 8 years ago

So, this is just handlebars as an html loader. No substitutions or other features covered.

jrhorn424 commented 8 years ago

Can I get more context, maybe an example? Something isn't clicking.

gaand commented 8 years ago

This is because we don't yet have the html loader. So, an interim step, load handlebars files into a few divs in the body on page load.

Basically, so index.html doesn't become and unmanageable mess for so many developers.

MicFin commented 7 years ago

I'm a big fan of Handlebars.js and want to verify how it should fit into this repo.

  1. What type of content should be added to the README to introduce Handlebars.js at this point in the curriculum?
  2. Are there any dependencies that need to be reviewed?

Cohort 016 may benefit from presenting without closing this issue so we can review how we would like to present Handlebars.js more thoroughly.

gaand commented 7 years ago

@MicFin This https://github.com/ga-wdi-boston/browser-template/tree/separate is trying to move in taht direction.

Jcornmanhomonoff commented 7 years ago

@MicFin @gaand has there been an executive decision about whether or not to include Handlebars.js to this discussion?

jrhorn424 commented 7 years ago

If I'm understanding correctly, we can't accomplish using handlebars here until the handlebars talk moves back to this unit.