Skip to content

Commit

Permalink
include compiled BS scripts till the source is available again
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta committed Aug 1, 2016
1 parent b80ff62 commit 622fbab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
* at your application entry point. This is necessary for browsers that do not yet support some ES2015 runtime necessities such as Symbol. We do this in `index-iife.js` for our iife rollup bundle.
*/
import 'babel-polyfill'
import 'bootstrap'

// Bootstrap components
import 'bootstrap/dist/js/bootstrap'

// invalidComponentMatches is currently disabled due to https://github.com/rollup/rollup/issues/428#issuecomment-170066452
import './checkbox'
Expand Down

0 comments on commit 622fbab

Please sign in to comment.