Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ package-lock.json
npm-debug.log
testem.log
**/typings
**/main.js
**/main.js.map

# e2e
**/e2e/*.js
Expand Down
58 changes: 0 additions & 58 deletions Breeze.UI/.angular-cli.json

This file was deleted.

149 changes: 149 additions & 0 deletions Breeze.UI/angular.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"breeze": {
"root": "",
"sourceRoot": "src",
"projectType": "application",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
"tsConfig": "src/tsconfig.app.json",
"polyfills": "src/polyfills.ts",
"assets": [
"src/assets"
],
"styles": [
"src/styles.css"
],
"scripts": []
},
"configurations": {
"dev": {
"optimization": false,
"outputHashing": "all",
"sourceMap": true,
"extractCss": true,
"namedChunks": false,
"aot": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": false,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.dev.ts"
}
]
},
"production": {
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
]
}
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "breeze:build"
},
"configurations": {
"dev": {
"browserTarget": "breeze:build:dev"
},
"production": {
"browserTarget": "breeze:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "breeze:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills-test.ts",
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"scripts": [],
"styles": [
"src/styles.css"
],
"assets": [
"src/assets"
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
"breeze-e2e": {
"root": "e2e",
"projectType": "application",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "breeze:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"e2e/tsconfig.e2e.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "breeze",
"schematics": {
"@schematics/angular:component": {
"prefix": "app",
"styleext": "css"
},
"@schematics/angular:directive": {
"prefix": "app"
}
}
}
14 changes: 0 additions & 14 deletions Breeze.UI/e2e/app.e2e-spec.ts

This file was deleted.

16 changes: 0 additions & 16 deletions Breeze.UI/e2e/app.po.ts

This file was deleted.

15 changes: 0 additions & 15 deletions Breeze.UI/e2e/tsconfig.e2e.json

This file was deleted.

32 changes: 23 additions & 9 deletions Breeze.UI/electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,44 @@
{
"appId": "com.stratisplatform.breeze",
"productName": "Breeze Wallet",
"productName": "Breeze",
"publish": null,
"directories": {
"app": "dist",
"output": "app-builds",
"buildResources": "dist/assets/images"
"output": "app-builds"
},
"files": [
"**/*",
"!**/*.ts",
"!*.code-workspace",
"!LICENSE.md",
"!package.json",
"!package-lock.json",
"!src/",
"!e2e/",
"!angular.json",
"!_config.yml",
"!karma.conf.js",
"!tsconfig.json",
"!tslint.json"
],
"win": {
"icon": "dist/assets/images/icon",
"target": [
"nsis"
],
"artifactName": "${productName}-v${version}-setup-${os}-${env.arch}.${ext}"
"artifactName": "${productName}-v${version}-setup-${os}-${arch}.${ext}"
},
"linux": {
"icon": "dist/assets/images/",
"target": [
"deb",
"tar.gz"
],
"synopsis": "Breeze Wallet: Stratis' dual-currency full block light wallet with a strong focus on privacy.",
"synopsis": "Breeze: Bitcoin and Stratis wallet focused on privacy.",
"category": "Utility",
"artifactName": "${productName}-v${version}-${os}-${arch}.${ext}"
},
"mac": {
"icon": "dist/assets/images/icon.icns",
"target": [
"dmg"
],
Expand All @@ -36,17 +50,17 @@
"perMachine": true,
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": true,
"guid": "ed20df62-ff5a-4b83-a5e3-a361357c6e51",
"guid": "ef77eb40-01cf-4516-9da6-f3c6ba6854aa",
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"license": "../Licenses/breeze-license.txt"
"license": "src/assets/images/license_en.txt"
},
"msi": {
"warningsAsErrors": false
},
"extraResources": [
"daemon/**/*",
"src/assets/images/breeze-logo-tray.png",
"src/assets/images/icon-tray.png",
"src/assets/images/license_en.txt"
]
}
Loading