diff --git a/angular.json b/angular.json index 57cf8f6..97d2e5f 100644 --- a/angular.json +++ b/angular.json @@ -17,7 +17,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/legio-xxx", + "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", @@ -29,10 +29,7 @@ "styles": [ "src/styles.scss" ], - "scripts": [ - "node_modules/jquery/dist/jquery.min.js", - "node_modules/bootstrap/dist/js/bootstrap.js" - ] + "scripts": [ ] }, "configurations": { "production": { diff --git a/src/assets/img/column.png b/src/assets/img/column.png new file mode 100644 index 0000000..611770a Binary files /dev/null and b/src/assets/img/column.png differ diff --git a/src/environments/environment.ts b/src/environments/environment.ts index f56ff47..ffe8aed 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,16 +1,3 @@ -// This file can be replaced during build by using the `fileReplacements` array. -// `ng build` replaces `environment.ts` with `environment.prod.ts`. -// The list of file replacements can be found in `angular.json`. - export const environment = { production: false }; - -/* - * For easier debugging in development mode, you can import the following file - * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`. - * - * This import should be commented out in production mode because it will have a negative impact - * on performance if an error is thrown. - */ -// import 'zone.js/plugins/zone-error'; // Included with Angular CLI. diff --git a/src/favicon.ico b/src/favicon.ico deleted file mode 100644 index 997406a..0000000 Binary files a/src/favicon.ico and /dev/null differ