Sfoglia il codice sorgente

Deleted unnecessary files

hakumizuki 4 anni fa
parent
commit
9908df980d
34 ha cambiato i file con 0 aggiunte e 5285 eliminazioni
  1. 0 9
      public/0.bundle.js
  2. 0 164
      public/js/admin.bundle.js
  3. 0 164
      public/js/app.bundle.js
  4. 0 108
      public/js/boot.bundle.js
  5. 0 9
      public/js/commons.bundle.js
  6. 0 100
      public/js/dev.bundle.js
  7. 0 96
      public/js/hackmd-agent.bundle.js
  8. 0 95
      public/js/hackmd-styles.bundle.js
  9. 0 96
      public/js/ie11-polyfill.bundle.js
  10. 0 210
      public/js/legacy-presentation.bundle.js
  11. 0 164
      public/js/legacy.bundle.js
  12. 0 164
      public/js/nologin.bundle.js
  13. 0 164
      public/js/plugin.bundle.js
  14. 0 10
      public/js/vendors.bundle.js
  15. 0 33
      public/manifest.json
  16. 0 164
      public/styles/style-app.bundle.js
  17. 0 31
      public/styles/style-commons.bundle.js
  18. 0 14
      public/styles/style-hackmd.bundle.css
  19. 0 100
      public/styles/style-hackmd.bundle.js
  20. 0 1287
      public/styles/style-presentation.bundle.css
  21. 0 100
      public/styles/style-presentation.bundle.js
  22. 0 164
      public/styles/theme-antarctic.bundle.js
  23. 0 164
      public/styles/theme-christmas.bundle.js
  24. 0 164
      public/styles/theme-default.bundle.js
  25. 0 164
      public/styles/theme-future.bundle.js
  26. 0 164
      public/styles/theme-halloween.bundle.js
  27. 0 164
      public/styles/theme-hufflepuff.bundle.js
  28. 0 164
      public/styles/theme-island.bundle.js
  29. 0 164
      public/styles/theme-kibela.bundle.js
  30. 0 164
      public/styles/theme-mono-blue.bundle.js
  31. 0 164
      public/styles/theme-nature.bundle.js
  32. 0 164
      public/styles/theme-spring.bundle.js
  33. 0 164
      public/styles/theme-wood.bundle.js
  34. 0 35
      tmp/plugins/plugin-definitions.js

File diff suppressed because it is too large
+ 0 - 9
public/0.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/js/admin.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/js/app.bundle.js


File diff suppressed because it is too large
+ 0 - 108
public/js/boot.bundle.js


File diff suppressed because it is too large
+ 0 - 9
public/js/commons.bundle.js


+ 0 - 100
public/js/dev.bundle.js

@@ -1,100 +0,0 @@
-/******/ (function(modules) { // webpackBootstrap
-/******/ 	// The module cache
-/******/ 	var installedModules = {};
-/******/
-/******/ 	// The require function
-/******/ 	function __webpack_require__(moduleId) {
-/******/
-/******/ 		// Check if module is in cache
-/******/ 		if(installedModules[moduleId]) {
-/******/ 			return installedModules[moduleId].exports;
-/******/ 		}
-/******/ 		// Create a new module (and put it into the cache)
-/******/ 		var module = installedModules[moduleId] = {
-/******/ 			i: moduleId,
-/******/ 			l: false,
-/******/ 			exports: {}
-/******/ 		};
-/******/
-/******/ 		// Execute the module function
-/******/ 		modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
-/******/
-/******/ 		// Flag the module as loaded
-/******/ 		module.l = true;
-/******/
-/******/ 		// Return the exports of the module
-/******/ 		return module.exports;
-/******/ 	}
-/******/
-/******/
-/******/ 	// expose the modules object (__webpack_modules__)
-/******/ 	__webpack_require__.m = modules;
-/******/
-/******/ 	// expose the module cache
-/******/ 	__webpack_require__.c = installedModules;
-/******/
-/******/ 	// define getter function for harmony exports
-/******/ 	__webpack_require__.d = function(exports, name, getter) {
-/******/ 		if(!__webpack_require__.o(exports, name)) {
-/******/ 			Object.defineProperty(exports, name, { enumerable: true, get: getter });
-/******/ 		}
-/******/ 	};
-/******/
-/******/ 	// define __esModule on exports
-/******/ 	__webpack_require__.r = function(exports) {
-/******/ 		if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
-/******/ 			Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
-/******/ 		}
-/******/ 		Object.defineProperty(exports, '__esModule', { value: true });
-/******/ 	};
-/******/
-/******/ 	// create a fake namespace object
-/******/ 	// mode & 1: value is a module id, require it
-/******/ 	// mode & 2: merge all properties of value into the ns
-/******/ 	// mode & 4: return value when already ns object
-/******/ 	// mode & 8|1: behave like require
-/******/ 	__webpack_require__.t = function(value, mode) {
-/******/ 		if(mode & 1) value = __webpack_require__(value);
-/******/ 		if(mode & 8) return value;
-/******/ 		if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
-/******/ 		var ns = Object.create(null);
-/******/ 		__webpack_require__.r(ns);
-/******/ 		Object.defineProperty(ns, 'default', { enumerable: true, value: value });
-/******/ 		if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
-/******/ 		return ns;
-/******/ 	};
-/******/
-/******/ 	// getDefaultExport function for compatibility with non-harmony modules
-/******/ 	__webpack_require__.n = function(module) {
-/******/ 		var getter = module && module.__esModule ?
-/******/ 			function getDefault() { return module['default']; } :
-/******/ 			function getModuleExports() { return module; };
-/******/ 		__webpack_require__.d(getter, 'a', getter);
-/******/ 		return getter;
-/******/ 	};
-/******/
-/******/ 	// Object.prototype.hasOwnProperty.call
-/******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
-/******/
-/******/ 	// __webpack_public_path__
-/******/ 	__webpack_require__.p = "/";
-/******/
-/******/
-/******/ 	// Load entry module and return exports
-/******/ 	return __webpack_require__(__webpack_require__.s = "./src/client/js/dev.js");
-/******/ })
-/************************************************************************/
-/******/ ({
-
-/***/ "./src/client/js/dev.js":
-/*!******************************!*\
-  !*** ./src/client/js/dev.js ***!
-  \******************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("/**\n * dev tools\n *///# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvY2xpZW50L2pzL2Rldi5qcy5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL3NyYy9jbGllbnQvanMvZGV2LmpzP2FkZDciXSwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBkZXYgdG9vbHNcbiAqL1xuIl0sIm1hcHBpbmdzIjoiQUFBQTs7QSIsInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./src/client/js/dev.js\n");
-
-/***/ })
-
-/******/ });

File diff suppressed because it is too large
+ 0 - 96
public/js/hackmd-agent.bundle.js


File diff suppressed because it is too large
+ 0 - 95
public/js/hackmd-styles.bundle.js


File diff suppressed because it is too large
+ 0 - 96
public/js/ie11-polyfill.bundle.js


File diff suppressed because it is too large
+ 0 - 210
public/js/legacy-presentation.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/js/legacy.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/js/nologin.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/js/plugin.bundle.js


File diff suppressed because it is too large
+ 0 - 10
public/js/vendors.bundle.js


+ 0 - 33
public/manifest.json

@@ -1,33 +0,0 @@
-{
-  "js/admin.js": "/js/admin.bundle.js",
-  "js/app.js": "/js/app.bundle.js",
-  "js/boot.js": "/js/boot.bundle.js",
-  "js/commons.js": "/js/commons.bundle.js",
-  "js/dev.js": "/js/dev.bundle.js",
-  "js/hackmd-agent.js": "/js/hackmd-agent.bundle.js",
-  "js/hackmd-styles.js": "/js/hackmd-styles.bundle.js",
-  "js/ie11-polyfill.js": "/js/ie11-polyfill.bundle.js",
-  "js/legacy-presentation.js": "/js/legacy-presentation.bundle.js",
-  "js/legacy.js": "/js/legacy.bundle.js",
-  "js/nologin.js": "/js/nologin.bundle.js",
-  "js/plugin.js": "/js/plugin.bundle.js",
-  "js/vendors.js": "/js/vendors.bundle.js",
-  "styles/style-app.js": "/styles/style-app.bundle.js",
-  "styles/style-commons.js": "/styles/style-commons.bundle.js",
-  "styles/style-hackmd.css": "/styles/style-hackmd.bundle.css",
-  "styles/style-hackmd.js": "/styles/style-hackmd.bundle.js",
-  "styles/style-presentation.css": "/styles/style-presentation.bundle.css",
-  "styles/style-presentation.js": "/styles/style-presentation.bundle.js",
-  "styles/theme-antarctic.js": "/styles/theme-antarctic.bundle.js",
-  "styles/theme-christmas.js": "/styles/theme-christmas.bundle.js",
-  "styles/theme-default.js": "/styles/theme-default.bundle.js",
-  "styles/theme-future.js": "/styles/theme-future.bundle.js",
-  "styles/theme-halloween.js": "/styles/theme-halloween.bundle.js",
-  "styles/theme-hufflepuff.js": "/styles/theme-hufflepuff.bundle.js",
-  "styles/theme-island.js": "/styles/theme-island.bundle.js",
-  "styles/theme-kibela.js": "/styles/theme-kibela.bundle.js",
-  "styles/theme-mono-blue.js": "/styles/theme-mono-blue.bundle.js",
-  "styles/theme-nature.js": "/styles/theme-nature.bundle.js",
-  "styles/theme-spring.js": "/styles/theme-spring.bundle.js",
-  "styles/theme-wood.js": "/styles/theme-wood.bundle.js"
-}

File diff suppressed because it is too large
+ 0 - 164
public/styles/style-app.bundle.js


File diff suppressed because it is too large
+ 0 - 31
public/styles/style-commons.bundle.js


+ 0 - 14
public/styles/style-hackmd.bundle.css

@@ -1,14 +0,0 @@
-.navbar-header .navbar-brand {
-  display: none; }
-
-.navbar-form {
-  margin-left: 15px; }
-
-.navbar-right .ui-new, .navbar-right .ui-publish {
-  display: none; }
-
-.CodeMirror pre.CodeMirror-line {
-  font-family: Osaka-Mono, 'MS Gothic', Monaco, Menlo, Consolas, 'Courier New', monospace;
-  font-size: 14px;
-  line-height: 20px; }
-

+ 0 - 100
public/styles/style-hackmd.bundle.js

@@ -1,100 +0,0 @@
-/******/ (function(modules) { // webpackBootstrap
-/******/ 	// The module cache
-/******/ 	var installedModules = {};
-/******/
-/******/ 	// The require function
-/******/ 	function __webpack_require__(moduleId) {
-/******/
-/******/ 		// Check if module is in cache
-/******/ 		if(installedModules[moduleId]) {
-/******/ 			return installedModules[moduleId].exports;
-/******/ 		}
-/******/ 		// Create a new module (and put it into the cache)
-/******/ 		var module = installedModules[moduleId] = {
-/******/ 			i: moduleId,
-/******/ 			l: false,
-/******/ 			exports: {}
-/******/ 		};
-/******/
-/******/ 		// Execute the module function
-/******/ 		modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
-/******/
-/******/ 		// Flag the module as loaded
-/******/ 		module.l = true;
-/******/
-/******/ 		// Return the exports of the module
-/******/ 		return module.exports;
-/******/ 	}
-/******/
-/******/
-/******/ 	// expose the modules object (__webpack_modules__)
-/******/ 	__webpack_require__.m = modules;
-/******/
-/******/ 	// expose the module cache
-/******/ 	__webpack_require__.c = installedModules;
-/******/
-/******/ 	// define getter function for harmony exports
-/******/ 	__webpack_require__.d = function(exports, name, getter) {
-/******/ 		if(!__webpack_require__.o(exports, name)) {
-/******/ 			Object.defineProperty(exports, name, { enumerable: true, get: getter });
-/******/ 		}
-/******/ 	};
-/******/
-/******/ 	// define __esModule on exports
-/******/ 	__webpack_require__.r = function(exports) {
-/******/ 		if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
-/******/ 			Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
-/******/ 		}
-/******/ 		Object.defineProperty(exports, '__esModule', { value: true });
-/******/ 	};
-/******/
-/******/ 	// create a fake namespace object
-/******/ 	// mode & 1: value is a module id, require it
-/******/ 	// mode & 2: merge all properties of value into the ns
-/******/ 	// mode & 4: return value when already ns object
-/******/ 	// mode & 8|1: behave like require
-/******/ 	__webpack_require__.t = function(value, mode) {
-/******/ 		if(mode & 1) value = __webpack_require__(value);
-/******/ 		if(mode & 8) return value;
-/******/ 		if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
-/******/ 		var ns = Object.create(null);
-/******/ 		__webpack_require__.r(ns);
-/******/ 		Object.defineProperty(ns, 'default', { enumerable: true, value: value });
-/******/ 		if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
-/******/ 		return ns;
-/******/ 	};
-/******/
-/******/ 	// getDefaultExport function for compatibility with non-harmony modules
-/******/ 	__webpack_require__.n = function(module) {
-/******/ 		var getter = module && module.__esModule ?
-/******/ 			function getDefault() { return module['default']; } :
-/******/ 			function getModuleExports() { return module; };
-/******/ 		__webpack_require__.d(getter, 'a', getter);
-/******/ 		return getter;
-/******/ 	};
-/******/
-/******/ 	// Object.prototype.hasOwnProperty.call
-/******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
-/******/
-/******/ 	// __webpack_public_path__
-/******/ 	__webpack_require__.p = "/";
-/******/
-/******/
-/******/ 	// Load entry module and return exports
-/******/ 	return __webpack_require__(__webpack_require__.s = "./src/client/styles/hackmd/style.scss");
-/******/ })
-/************************************************************************/
-/******/ ({
-
-/***/ "./src/client/styles/hackmd/style.scss":
-/*!*********************************************!*\
-  !*** ./src/client/styles/hackmd/style.scss ***!
-  \*********************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-eval("// extracted by mini-css-extract-plugin//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvY2xpZW50L3N0eWxlcy9oYWNrbWQvc3R5bGUuc2Nzcy5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL3NyYy9jbGllbnQvc3R5bGVzL2hhY2ttZC9zdHlsZS5zY3NzPzJmN2QiXSwic291cmNlc0NvbnRlbnQiOlsiLy8gZXh0cmFjdGVkIGJ5IG1pbmktY3NzLWV4dHJhY3QtcGx1Z2luIl0sIm1hcHBpbmdzIjoiQUFBQSIsInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./src/client/styles/hackmd/style.scss\n");
-
-/***/ })
-
-/******/ });

File diff suppressed because it is too large
+ 0 - 1287
public/styles/style-presentation.bundle.css


+ 0 - 100
public/styles/style-presentation.bundle.js

@@ -1,100 +0,0 @@
-/******/ (function(modules) { // webpackBootstrap
-/******/ 	// The module cache
-/******/ 	var installedModules = {};
-/******/
-/******/ 	// The require function
-/******/ 	function __webpack_require__(moduleId) {
-/******/
-/******/ 		// Check if module is in cache
-/******/ 		if(installedModules[moduleId]) {
-/******/ 			return installedModules[moduleId].exports;
-/******/ 		}
-/******/ 		// Create a new module (and put it into the cache)
-/******/ 		var module = installedModules[moduleId] = {
-/******/ 			i: moduleId,
-/******/ 			l: false,
-/******/ 			exports: {}
-/******/ 		};
-/******/
-/******/ 		// Execute the module function
-/******/ 		modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
-/******/
-/******/ 		// Flag the module as loaded
-/******/ 		module.l = true;
-/******/
-/******/ 		// Return the exports of the module
-/******/ 		return module.exports;
-/******/ 	}
-/******/
-/******/
-/******/ 	// expose the modules object (__webpack_modules__)
-/******/ 	__webpack_require__.m = modules;
-/******/
-/******/ 	// expose the module cache
-/******/ 	__webpack_require__.c = installedModules;
-/******/
-/******/ 	// define getter function for harmony exports
-/******/ 	__webpack_require__.d = function(exports, name, getter) {
-/******/ 		if(!__webpack_require__.o(exports, name)) {
-/******/ 			Object.defineProperty(exports, name, { enumerable: true, get: getter });
-/******/ 		}
-/******/ 	};
-/******/
-/******/ 	// define __esModule on exports
-/******/ 	__webpack_require__.r = function(exports) {
-/******/ 		if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
-/******/ 			Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
-/******/ 		}
-/******/ 		Object.defineProperty(exports, '__esModule', { value: true });
-/******/ 	};
-/******/
-/******/ 	// create a fake namespace object
-/******/ 	// mode & 1: value is a module id, require it
-/******/ 	// mode & 2: merge all properties of value into the ns
-/******/ 	// mode & 4: return value when already ns object
-/******/ 	// mode & 8|1: behave like require
-/******/ 	__webpack_require__.t = function(value, mode) {
-/******/ 		if(mode & 1) value = __webpack_require__(value);
-/******/ 		if(mode & 8) return value;
-/******/ 		if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
-/******/ 		var ns = Object.create(null);
-/******/ 		__webpack_require__.r(ns);
-/******/ 		Object.defineProperty(ns, 'default', { enumerable: true, value: value });
-/******/ 		if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
-/******/ 		return ns;
-/******/ 	};
-/******/
-/******/ 	// getDefaultExport function for compatibility with non-harmony modules
-/******/ 	__webpack_require__.n = function(module) {
-/******/ 		var getter = module && module.__esModule ?
-/******/ 			function getDefault() { return module['default']; } :
-/******/ 			function getModuleExports() { return module; };
-/******/ 		__webpack_require__.d(getter, 'a', getter);
-/******/ 		return getter;
-/******/ 	};
-/******/
-/******/ 	// Object.prototype.hasOwnProperty.call
-/******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
-/******/
-/******/ 	// __webpack_public_path__
-/******/ 	__webpack_require__.p = "/";
-/******/
-/******/
-/******/ 	// Load entry module and return exports
-/******/ 	return __webpack_require__(__webpack_require__.s = "./src/client/styles/scss/style-presentation.scss");
-/******/ })
-/************************************************************************/
-/******/ ({
-
-/***/ "./src/client/styles/scss/style-presentation.scss":
-/*!********************************************************!*\
-  !*** ./src/client/styles/scss/style-presentation.scss ***!
-  \********************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-eval("// extracted by mini-css-extract-plugin//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvY2xpZW50L3N0eWxlcy9zY3NzL3N0eWxlLXByZXNlbnRhdGlvbi5zY3NzLmpzIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vLy4vc3JjL2NsaWVudC9zdHlsZXMvc2Nzcy9zdHlsZS1wcmVzZW50YXRpb24uc2Nzcz81Nzg5Il0sInNvdXJjZXNDb250ZW50IjpbIi8vIGV4dHJhY3RlZCBieSBtaW5pLWNzcy1leHRyYWN0LXBsdWdpbiJdLCJtYXBwaW5ncyI6IkFBQUEiLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./src/client/styles/scss/style-presentation.scss\n");
-
-/***/ })
-
-/******/ });

File diff suppressed because it is too large
+ 0 - 164
public/styles/theme-antarctic.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/styles/theme-christmas.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/styles/theme-default.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/styles/theme-future.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/styles/theme-halloween.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/styles/theme-hufflepuff.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/styles/theme-island.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/styles/theme-kibela.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/styles/theme-mono-blue.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/styles/theme-nature.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/styles/theme-spring.bundle.js


File diff suppressed because it is too large
+ 0 - 164
public/styles/theme-wood.bundle.js


+ 0 - 35
tmp/plugins/plugin-definitions.js

@@ -1,35 +0,0 @@
-/*
- * !! don't commit this file !!
- * !!      just revert       !!
- */
-module.exports = [
-  {
-    name: 'growi-plugin-attachment-refs',
-    meta: require('growi-plugin-attachment-refs'),
-    entries: [
-      
-      require('growi-plugin-attachment-refs/src/client-entry.js').default,
-      
-    ]
-  },
-  {
-    name: 'growi-plugin-lsx',
-    meta: require('growi-plugin-lsx'),
-    entries: [
-      
-      require('growi-plugin-lsx/src/client-entry.js').default,
-      
-    ]
-  },
-  {
-    name: 'growi-plugin-pukiwiki-like-linker',
-    meta: require('growi-plugin-pukiwiki-like-linker'),
-    entries: [
-      
-      require('growi-plugin-pukiwiki-like-linker/src/client-entry.js').default,
-      
-    ]
-  },
-  
-
-]

Some files were not shown because too many files changed in this diff