Skip to content

Commit

Permalink
Recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
t4t5 committed Oct 10, 2017
1 parent dee6865 commit c3da8cc
Show file tree
Hide file tree
Showing 5 changed files with 62,641 additions and 1,651 deletions.
2 changes: 2 additions & 0 deletions docs-src/assets/js/add-preview-buttons.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const Babel = require('babel-standalone');

/*
* In our Markdown files, we have some <preview-button /> tags.
* We want to transform these into button.preview,
Expand Down
3 changes: 0 additions & 3 deletions docs-src/assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import 'whatwg-fetch';
// NodeList.forEach() polyfill
import 'nodelist-foreach-polyfill';

// babel-standalone for transforms in the browser
window.Babel = require('babel-standalone');

import './add-preview-buttons';

import './landing-text-rotater';
Expand Down
Loading

0 comments on commit c3da8cc

Please sign in to comment.