Skip to content

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 589 Bytes

File metadata and controls

executable file
·
18 lines (14 loc) · 589 Bytes

GovCMS Website Theme

By Tim Hurley - 2016

Based off HTML mockup version, viewable at:
https://fribibb.github.io/new-govcms/

  • Using Bootstrap 3 for front-end
  • All images should be vectors - no bitmaps here pls! #iliveinhope
  • Using Sass (SCSS + Compass) for CSS creation
  • Using Gulp for task automation such as:
    • Compile Sass to CSS
    • Minify this outputted CSS
    • Merge and minify JS files
    • Image (PNG, JPEG, GIF and SVG) optimisation
    • UnCSS to minify the CSS dramatically
    • See gulpfile.js for setup commands if needed