@caweb/html-webpack-plugin 1.7.1 → 1.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -3
- package/entry/delta.js +1 -0
- package/entry/eureka.js +1 -0
- package/entry/mono.js +1 -0
- package/entry/oceanside.js +1 -0
- package/entry/orangecounty.js +1 -0
- package/entry/pasorobles.js +1 -0
- package/entry/sacramento.js +1 -0
- package/entry/santabarbara.js +1 -0
- package/entry/santacruz.js +1 -0
- package/entry/shasta.js +1 -0
- package/entry/sierra.js +1 -0
- package/entry/trinity.js +1 -0
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -60,6 +60,3 @@ There are various different scripts that can be ran
|
|
|
60
60
|
|
|
61
61
|
### Creating Entrypoints
|
|
62
62
|
<code>npm run create-entrypoint</code> - This will generate a webpack entrypoint for each of the colorschemes in the ./src/styles/colorschemes directory.
|
|
63
|
-
|
|
64
|
-
### Icon JSON
|
|
65
|
-
<code>npm run generate-json</code> - This will generate an json file based on all the icons in the build/fonts/ directory.
|
package/entry/delta.js
CHANGED
|
@@ -10,6 +10,7 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
12
|
delta: [
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
14
|
path.join(currentPath, '/src/styles/colorschemes/delta.scss'),
|
|
14
15
|
path.join(currentPath, '/src/scripts/index.js')
|
|
15
16
|
]
|
package/entry/eureka.js
CHANGED
|
@@ -10,6 +10,7 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
12
|
eureka: [
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
14
|
path.join(currentPath, '/src/styles/colorschemes/eureka.scss'),
|
|
14
15
|
path.join(currentPath, '/src/scripts/index.js')
|
|
15
16
|
]
|
package/entry/mono.js
CHANGED
|
@@ -10,6 +10,7 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
12
|
mono: [
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
14
|
path.join(currentPath, '/src/styles/colorschemes/mono.scss'),
|
|
14
15
|
path.join(currentPath, '/src/scripts/index.js')
|
|
15
16
|
]
|
package/entry/oceanside.js
CHANGED
|
@@ -10,6 +10,7 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
12
|
oceanside: [
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
14
|
path.join(currentPath, '/src/styles/colorschemes/oceanside.scss'),
|
|
14
15
|
path.join(currentPath, '/src/scripts/index.js')
|
|
15
16
|
]
|
package/entry/orangecounty.js
CHANGED
|
@@ -10,6 +10,7 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
12
|
orangecounty: [
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
14
|
path.join(currentPath, '/src/styles/colorschemes/orangecounty.scss'),
|
|
14
15
|
path.join(currentPath, '/src/scripts/index.js')
|
|
15
16
|
]
|
package/entry/pasorobles.js
CHANGED
|
@@ -10,6 +10,7 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
12
|
pasorobles: [
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
14
|
path.join(currentPath, '/src/styles/colorschemes/pasorobles.scss'),
|
|
14
15
|
path.join(currentPath, '/src/scripts/index.js')
|
|
15
16
|
]
|
package/entry/sacramento.js
CHANGED
|
@@ -10,6 +10,7 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
12
|
sacramento: [
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
14
|
path.join(currentPath, '/src/styles/colorschemes/sacramento.scss'),
|
|
14
15
|
path.join(currentPath, '/src/scripts/index.js')
|
|
15
16
|
]
|
package/entry/santabarbara.js
CHANGED
|
@@ -10,6 +10,7 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
12
|
santabarbara: [
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
14
|
path.join(currentPath, '/src/styles/colorschemes/santabarbara.scss'),
|
|
14
15
|
path.join(currentPath, '/src/scripts/index.js')
|
|
15
16
|
]
|
package/entry/santacruz.js
CHANGED
|
@@ -10,6 +10,7 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
12
|
santacruz: [
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
14
|
path.join(currentPath, '/src/styles/colorschemes/santacruz.scss'),
|
|
14
15
|
path.join(currentPath, '/src/scripts/index.js')
|
|
15
16
|
]
|
package/entry/shasta.js
CHANGED
|
@@ -10,6 +10,7 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
12
|
shasta: [
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
14
|
path.join(currentPath, '/src/styles/colorschemes/shasta.scss'),
|
|
14
15
|
path.join(currentPath, '/src/scripts/index.js')
|
|
15
16
|
]
|
package/entry/sierra.js
CHANGED
|
@@ -10,6 +10,7 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
12
|
sierra: [
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
14
|
path.join(currentPath, '/src/styles/colorschemes/sierra.scss'),
|
|
14
15
|
path.join(currentPath, '/src/scripts/index.js')
|
|
15
16
|
]
|
package/entry/trinity.js
CHANGED
|
@@ -10,6 +10,7 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
12
|
trinity: [
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
14
|
path.join(currentPath, '/src/styles/colorschemes/trinity.scss'),
|
|
14
15
|
path.join(currentPath, '/src/scripts/index.js')
|
|
15
16
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/html-webpack-plugin",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "CAWebPublishing Sample Page and Configurations",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -105,19 +105,20 @@
|
|
|
105
105
|
},
|
|
106
106
|
"homepage": "https://github.com/CAWebPublishing/webpack/plugins/html#readme",
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@
|
|
108
|
+
"@caweb/icon-library": "^1.0.1",
|
|
109
|
+
"@inquirer/prompts": "^7.4.1",
|
|
109
110
|
"animate.css": "^4.1.1",
|
|
110
|
-
"bootstrap": "^5.3.
|
|
111
|
+
"bootstrap": "^5.3.4",
|
|
111
112
|
"bootstrap-forced-colors-css": "^1.0.7",
|
|
112
113
|
"chalk": "^5.4.1",
|
|
113
114
|
"cross-spawn": "^7.0.6",
|
|
114
|
-
"fast-xml-parser": "^5.0
|
|
115
|
+
"fast-xml-parser": "^5.2.0"
|
|
115
116
|
},
|
|
116
117
|
"dependencies": {
|
|
117
118
|
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
118
119
|
"@caweb/css-audit-webpack-plugin": "^1.0.12",
|
|
119
120
|
"@caweb/jshint-webpack-plugin": "^2.0.1",
|
|
120
|
-
"@wordpress/scripts": "^30.
|
|
121
|
+
"@wordpress/scripts": "^30.14.1",
|
|
121
122
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
122
123
|
"handlebars-loader": "^1.7.3",
|
|
123
124
|
"html-webpack-link-type-plugin": "^1.1.1",
|