Skip to content

Commit

Permalink
add twitter bootstrap configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jsullivan committed Apr 14, 2012
1 parent 164edb5 commit 6053e36
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 56 deletions.
6 changes: 6 additions & 0 deletions README.markdown
@@ -0,0 +1,6 @@
# HipHype readme

## Installation and configuration
1. install bundler
2. run bundle install

Expand Up @@ -11,3 +11,5 @@
*= require_self
*= require_tree .
*/
@import "bootstrap";

56 changes: 0 additions & 56 deletions app/assets/stylesheets/scaffolds.css.scss

This file was deleted.

2 changes: 2 additions & 0 deletions config/application.rb
@@ -1,6 +1,8 @@
require File.expand_path('../boot', __FILE__)

require 'rails/all'
require 'bootstrap-sass'


if defined?(Bundler)
# If you precompile assets before deploying to production, use this line
Expand Down

0 comments on commit 6053e36

Please sign in to comment.