summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-10-10 19:06:38 +0200
committerSamy Pesse <samypesse@gmail.com>2016-10-10 19:06:38 +0200
commitf1405d3958db396c7e1b70873856af17a3477a2b (patch)
treea2ddf67fa36080a07b70f8b70b0821f79fcba731
parentcaeadd431b44411660cd11395f909e2a49824027 (diff)
downloadgitbook-f1405d3958db396c7e1b70873856af17a3477a2b.zip
gitbook-f1405d3958db396c7e1b70873856af17a3477a2b.tar.gz
gitbook-f1405d3958db396c7e1b70873856af17a3477a2b.tar.bz2
remove compiledp lugin from git
-rw-r--r--packages/gitbook-plugin-livereload/_assets/plugin.js26
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/gitbook-plugin-livereload/_assets/plugin.js b/packages/gitbook-plugin-livereload/_assets/plugin.js
deleted file mode 100644
index 6347fb8..0000000
--- a/packages/gitbook-plugin-livereload/_assets/plugin.js
+++ /dev/null
@@ -1,26 +0,0 @@
-(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.GitBookPlugin = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
-'use strict';
-
-var GitBook = require('gitbook-core');
-
-module.exports = GitBook.createPlugin({
- activate: function activate(dispatch, getState, _ref) {
- var Components = _ref.Components;
-
- if (typeof window === 'undefined') {
- return;
- }
-
- var newEl = document.createElement('script');
- var firstScriptTag = document.getElementsByTagName('script')[0];
-
- if (firstScriptTag) {
- newEl.async = 1;
- newEl.src = '//' + window.location.hostname + ':35729/livereload.js';
- firstScriptTag.parentNode.insertBefore(newEl, firstScriptTag);
- }
- }
-});
-
-},{"gitbook-core":"gitbook-core"}]},{},[1])(1)
-}); \ No newline at end of file