Andrey Titovskiy před 3 roky
rodič
revize
313691eb4d

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
build/branding.js.map


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
build/branding/index.js


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
build/branding/index.js.map


+ 0 - 0
build/cert.ts → build/cert/index.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="branding.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/index.js"></script></body></html>

+ 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: "cert.ts"
+		filename: "cert/index.ts"
 	},
 });
 
@@ -112,7 +112,7 @@ var brandingConfig = Object.assign({}, config, {
 		library: 'Branding',
 		libraryTarget: 'umd',
 		path: path.resolve(__dirname, outputDirectory),
-		filename: "branding.js"
+		filename: "branding/index.js"
 	},
 });
 

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů