unused files removed

This commit is contained in:
Nicolas Constant 2018-03-15 19:40:43 -04:00
parent 98855dc490
commit 70bca9f5f6
4 changed files with 2 additions and 25 deletions

View File

@ -36,7 +36,6 @@
<ItemGroup>
<Content Include=".angular-cli.json" />
<Content Include="e2e\tsconfig.e2e.json" />
<Content Include="index.html" />
<Content Include="package-lock.json" />
<Content Include="package.json" />
<Content Include="README.md" />
@ -55,7 +54,6 @@
<Compile Include="karma.conf.js" />
<Compile Include="main.js" />
<Compile Include="protractor.conf.js" />
<Compile Include="renderer.js" />
</ItemGroup>
<ItemGroup>
<Folder Include="e2e\" />

View File

@ -1,19 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
We are using Node.js <script>document.write(process.versions.node)</script>,
Chromium <script>document.write(process.versions.chrome)</script>,
and Electron <script>document.write(process.versions.electron)</script>.
<script>
// You can also require other files to run in this process
require('./renderer.js')
</script>
</body>
</html>

View File

@ -5,7 +5,8 @@
"main": "main.js",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng build && electron .",
"serve": "ng serve",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",

View File

@ -1,3 +0,0 @@
// This file is required by the index.html file and will
// be executed in the renderer process for that window.
// All of the Node.js APIs are available in this process.