tooling / book-of-modern-frontend-tooling

The Front-end Tooling Book
http://tooling.github.io/book-of-modern-frontend-tooling/
2.53k stars 177 forks source link

Added basic styling and relevant gulp tasks #41

Closed michealbenedict closed 10 years ago

michealbenedict commented 10 years ago

This is with regards to #38 and #40. The PR contains a set gulp tasks to consume a basic template (jade and scss -- not sure whether this choice makes sense, but I'd like to hear otherwise) and wrap it over the markdown files to generates a valid site with TOC (check attached screenshot).

jyojnnkblh-3000x3000

Feedback appreciated, thanks!

addyosmani commented 10 years ago

@sindresorhus how does this look to you in it's current form with the updated commits?

sindresorhus commented 10 years ago

lgtm. nice work @rowoot. it turned out really well :)

michealbenedict commented 10 years ago

Thanks @sindresorhus and @addyosmani.

To @sindresorhus concern of having the gulp-parse-toc in the current repo, I look forward to figuring out a better solution to move it out and add testing to it.