qrohlf / bootstrap-1

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Home Page:http://getbootstrap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RWGPS Bootstrap

This is the RideWithGPS customized version of Bootstrap. We are currently on version 3. For the official Bootstrap README, see https://github.com/twbs/bootstrap.

Quick Start

# install dependencies
npm i -g grunt
npm i
# compile minified files
grunt dist

Updating ridewithgps/ridewithgps

  1. Get a PR to this repo merged with your modifications
  2. Make sure your dist folder is up-to-date gulp dist
  3. Copy files:
cp dist/css/bootstrap{.css,.css.map} ../ridewithgps/public/stylesheets
cp dist/css/bootstrap-theme{.css,.css.map} ../ridewithgps/public/stylesheets
cp -R less/* ../ridewithgps/public/stylesheets/less/

About

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

http://getbootstrap.com

License:MIT License


Languages

Language:CSS 43.9%Language:JavaScript 38.7%Language:HTML 17.2%Language:Ruby 0.1%Language:PowerShell 0.1%