Skip to content

Commit

Permalink
chore: update grid live data project versions (#4225)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgi-sla authored Feb 29, 2024
1 parent 3084e62 commit 360d638
Show file tree
Hide file tree
Showing 41 changed files with 10,606 additions and 7,500 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
npm ci
# npm run lint

- name: Build Grid Live Data app
working-directory: ./examples-standalone/grid-live-data
run: |
npm ci
npm run build
standalone-examples-node14:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -113,11 +119,5 @@ jobs:
npm ci
npm run build
- name: Build Grid Live Data app
working-directory: ./examples-standalone/grid-live-data
run: |
npm ci
npm run build
- name: Cleanup
run: git clean -xdf
16 changes: 0 additions & 16 deletions examples-standalone/grid-live-data/.browserslistrc

This file was deleted.

2 changes: 1 addition & 1 deletion examples-standalone/grid-live-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Used Kendo UI for Angular Components:
1. Enter the project directory by running `cd examples-standalone/grid-live-data`.
1. Install the node modules with `npm install`.
1. Run the project with `ng serve`.
1. Open http://localhost:4200.
1. Open http://localhost:4200.
44 changes: 17 additions & 27 deletions examples-standalone/grid-live-data/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,20 @@
"projects": {
"grid-live-data": {
"projectType": "application",
"schematics": {
"@schematics/angular:application": {
"strict": true
}
},
"schematics": {},
"root": "",
"sourceRoot": "src",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/grid-live-data",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"browser": "src/main.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand All @@ -44,24 +42,16 @@
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
"maximumWarning": "2kb",
"maximumError": "4kb"
}
],
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
"sourceMap": true
}
},
"defaultConfiguration": "production"
Expand All @@ -70,27 +60,28 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "grid-live-data:build:production"
"buildTarget": "grid-live-data:build:production"
},
"development": {
"browserTarget": "grid-live-data:build:development"
"buildTarget": "grid-live-data:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "grid-live-data:build"
"buildTarget": "grid-live-data:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -106,6 +97,5 @@
}
}
}
},
"defaultProject": "grid-live-data"
}
}
44 changes: 0 additions & 44 deletions examples-standalone/grid-live-data/karma.conf.js

This file was deleted.

Loading

0 comments on commit 360d638

Please sign in to comment.