Remove gitbook stuff

This commit is contained in:
Kyle Shockey
2017-10-06 17:14:14 -07:00
parent 0011b2a7e2
commit e4471830f4
34 changed files with 0 additions and 5978 deletions

View File

@@ -1,11 +0,0 @@
(function() {
var newEl = document.createElement('script'),
firstScriptTag = document.getElementsByTagName('script')[0];
if (firstScriptTag) {
newEl.async = 1;
newEl.src = '//' + window.location.hostname + ':35729/livereload.js';
firstScriptTag.parentNode.insertBefore(newEl, firstScriptTag);
}
})();