Skip to content

Development Strategies

Matt Graham edited this page Aug 12, 2014 · 1 revision

Welcome to frontendthanks.com develpoment. Thanks for helping. I wanted to give you a quick rundown of our development strategies and then set you free.

We're using in production:

  • Jekyll/GitHub Pages
  • SCSS/Compass

and in development script/bootstrap will setup:

  • 'jekyll'
  • 'sass'
  • 'compass'
  • 'coffee-script'
  • 'foreman'

The thank you posts will end up in the /_posts folder, the assets (base assets for the site) will end up in the /assets folder and the CSS Structure so far looks like so:

  • main.scss
  • _base.scss
  • _extensions.scss
  • _header.scss
  • _mixins.scss
  • _normalize.scss
  • _settings.scss
  • _thanks.scss
  • octicons.scss

The idea is keep it modular so that its easy for everyone to know where things are at.

Clone this wiki locally