Browse Source

restore named files

Andrey Titovskiy 3 years ago
parent
commit
c9331c86d3
6 changed files with 3 additions and 3 deletions
  1. 0 0
      build/branding.js
  2. 0 0
      build/branding.js.map
  3. 0 0
      build/cert.ts
  4. 1 1
      build/index.html
  5. 0 0
      build/index.js.map
  6. 2 2
      webpack.config.js

File diff suppressed because it is too large
+ 0 - 0
build/branding.js


File diff suppressed because it is too large
+ 0 - 0
build/branding.js.map


+ 0 - 0
build/index.ts → build/cert.ts


+ 1 - 1
build/index.html

@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Ulearn Branding Test</title><link href="style.css" rel="stylesheet"></head><body><div id="root" style="width: 100%; height: 100%;">test</div><script src="index.js"></script></body></html>
+<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Ulearn Branding Test</title><link href="style.css" rel="stylesheet"></head><body><div id="root" style="width: 100%; height: 100%;">test</div><script src="branding.js"></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
build/index.js.map


+ 2 - 2
webpack.config.js

@@ -101,7 +101,7 @@ var certConfig = Object.assign({}, config, {
 	entry: "./src/cert.ts",
 	output: {
 		path: path.resolve(__dirname, outputDirectory),
-		filename: "index.ts"
+		filename: "cert.ts"
 	},
 });
 
@@ -112,7 +112,7 @@ var brandingConfig = Object.assign({}, config, {
 		library: 'Branding',
 		libraryTarget: 'umd',
 		path: path.resolve(__dirname, outputDirectory),
-		filename: "index.js"
+		filename: "branding.js"
 	},
 });
 

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