Skip to content

Commit

Permalink
require bootstrap in app
Browse files Browse the repository at this point in the history
  • Loading branch information
gjacobrobertson committed Jun 8, 2015
1 parent 08d2b33 commit 8ee6729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/app.cjsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ = require 'jquery'
require 'bootstrap'
React = require 'react'
GamePicker = require './components/game_picker.cjsx'
React.render <GamePicker />, document.getElementById('react')

0 comments on commit 8ee6729

Please sign in to comment.