DennisKo / Underscores-Strap

Wordpress Starter Theme Underscores with Bootstrap 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Underscores-Strap

v0.1.0

##Getting Started

  1. npm install
  2. Setup Underscores following the getting started guide
  3. grunt to watch for changes and livereload

##Assets management

###CSS

  • Edit any file in styles/
  • styles/style.scss for all the imports
  • Remove/Comment out unwanted components in styles/bootstrap/_bootstrap.scss

###Javascript

  • js/_custom.js for your custom JS
  • Remove unwanted Bootstrap JS components from jsFileList in gruntfile.js
  • _custom.js and bootstrap js gets concatenated and minified into scripts.min.js

##Misc ###Font Awesome

About

Wordpress Starter Theme Underscores with Bootstrap 3


Languages

Language:CSS 56.9%Language:PHP 40.9%Language:JavaScript 2.2%