TIY-Durham / 2015-FALL-FEE

Class repo for the Front-End Engineering class of the Fall 2015 cohort at TIY Durham
18 stars 12 forks source link

16 -- Terry Calhoun #315

Closed drumslayert closed 9 years ago

drumslayert commented 9 years ago
drumslayert commented 9 years ago
{
  "name": "tiy-github",
  "version": "0.0.0",
  "description": "",
  "main": "index.js",
  "directories": {
    "doc": "doc"
  },
  "scripts": {
    "test": "mocha",
    "bs": "browser-sync start --server --directory --files='*.html, js/*.js, css/*.css'",
    "sass": "node-sass --output-style expanded  src/scss/main.scss src/css/main.css"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drumslayert/TIY-GitHub.git"
  },
  "author": "Terry Calhoun",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/drumslayert/TIY-GitHub/issues"
  },
  "homepage": "https://github.com/drumslayert/TIY-GitHub#readme",
  "devDependencies": {
    "browser-sync": "^2.9.6",
    "chai": "^3.3.0",
    "mocha": "^2.3.3",
    "node-sass": "^3.3.3"
  }
}
drumslayert commented 9 years ago

Tracer bullet in my src/scss/_custom.scss

 p {
  color:blue;
}

src/scss/main.scss

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'custom'; // What no underscore? NO! No underscore!
drumslayert commented 9 years ago

PR - yakshaving for octacat https://github.com/drumslayert/TIY-GitHub/pull/1

PR- Journal & tutorial https://github.com/drumslayert/drumslayert.github.io/pull/17

PR- TIY-Assignments https://github.com/drumslayert/TIY-Assignments/pull/15

drumslayert commented 9 years ago

my reviews: https://github.com/s4dmw/s4dmw.github.io/pull/16 https://github.com/ironyarder77/ironyarder77.github.io/commit/842d945a7a5a47b8cf8e4fe1eae6ca39e30eb0b8 https://github.com/ironyarder77/ironyarder77.github.io/commit/f64538aaf7121785b295021fa91104488be68d1a https://github.com/jeremyrist/jeremyrist.github.io/pull/22 https://github.com/karjac14/karjac14.github.io/pull/11

kellymurray commented 9 years ago

Continue Improving given because:

Please review and close.

al-the-x commented 9 years ago

Please review and close...