Skip to content

Commit

Permalink
Merge pull request #250 from TAMULib/1.6.4-patch
Browse files Browse the repository at this point in the history
1.6.4 patch
  • Loading branch information
jeremythuff authored Dec 14, 2020
2 parents 73e057e + c8c0923 commit f1a34cb
Show file tree
Hide file tree
Showing 33 changed files with 185 additions and 400 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
last 2 versions
Firefox ESR
not dead
IE 9-11 # For IE 9-11 support, remove 'not'.
not IE 9-11 # For IE 9-11 support, remove 'not'.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ static/
.vscode/

package-lock.json
yarn.lock
src/config.json
src/config-template.json
src/assets/icons/*
Expand Down
238 changes: 0 additions & 238 deletions .wvr-ud/static-assets/wud.js

This file was deleted.

23 changes: 7 additions & 16 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prefix": "tl",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "ngx-build-plus:browser",
"options": {
"preserveSymlinks": true,
"outputPath": "dist/tl-components",
Expand All @@ -33,14 +33,10 @@
"styles": [
"src/styles.scss"
],
"scripts": [
{
"input": "node_modules/document-register-element/build/document-register-element.js",
"inject": true
}
],
"scripts": [],
"allowedCommonJsDependencies": [
"css-element-queries"
"css-element-queries",
"handlebars/dist/cjs/handlebars"
]
},
"configurations": {
Expand All @@ -63,20 +59,15 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "2.2mb",
"maximumWarning": "3mb",
"maximumError": "4mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "250kb",
"maximumError": "500kb"
}
]
}
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "ngx-build-plus:dev-server",
"options": {
"browserTarget": "tamu-library-components:build"
},
Expand All @@ -93,7 +84,7 @@
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"builder": "ngx-build-plus:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
Expand Down
Loading

0 comments on commit f1a34cb

Please sign in to comment.