Skip to content

Commit

Permalink
[fc] Repository: plone.staticresources
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2021-10-21T16:21:14+02:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.staticresources@b8a3ac8

Revert "use / for font url to fix production-bundle issues"

Fix problem with fontello resources.
Fixes #162 reverting commit 8ede7fae8c5f9987843f339d093a75e0d438609b
Ref: #168
Ref: #171

Files changed:
A news/171.bugfix
M src/plone/staticresources/static/plone-fontello.less
M src/plone/staticresources/static/plone-glyphicons.less
  • Loading branch information
thet committed Oct 21, 2021
1 parent 73dc616 commit 4b694b5
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions last_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,21 @@ Repository: plone.staticresources


Branch: refs/heads/master
Date: 2021-10-21T15:51:02+02:00
Author: dependabot[bot] (dependabot[bot]) <49699333+dependabot[bot]@users.noreply.github.com>
Commit: https://github.com/plone/plone.staticresources/commit/0f8392a2f9188e62b1ba9921333c8f9fb6d616dc
Date: 2021-10-21T16:21:14+02:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: https://github.com/plone/plone.staticresources/commit/b8a3ac830f083d4efba4f325e56628705254a0be

Bump path-parse
Revert "use / for font url to fix production-bundle issues"

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Fix problem with fontello resources.
Fixes #162 reverting commit 8ede7fae8c5f9987843f339d093a75e0d438609b
Ref: #168
Ref: #171

Files changed:
M src/plone/staticresources/static/components/patternslib/package-lock.json
A news/171.bugfix
M src/plone/staticresources/static/plone-fontello.less
M src/plone/staticresources/static/plone-glyphicons.less

b'diff --git a/src/plone/staticresources/static/components/patternslib/package-lock.json b/src/plone/staticresources/static/components/patternslib/package-lock.json\nindex 52e89cb4..ba45e781 100644\n--- a/src/plone/staticresources/static/components/patternslib/package-lock.json\n+++ b/src/plone/staticresources/static/components/patternslib/package-lock.json\n@@ -7298,9 +7298,9 @@\n "dev": true\n },\n "path-parse": {\n- "version": "1.0.6",\n- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",\n- "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",\n+ "version": "1.0.7",\n+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",\n+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",\n "dev": true\n },\n "path-to-regexp": {\n'
b'diff --git a/news/171.bugfix b/news/171.bugfix\nnew file mode 100644\nindex 00000000..0dde8fe3\n--- /dev/null\n+++ b/news/171.bugfix\n@@ -0,0 +1,5 @@\n+Fix problem with fontello resources.\n+Fixes #162 reverting commit 8ede7fae8c5f9987843f339d093a75e0d438609b\n+Ref: #168\n+Ref: #171\n+[erral]\ndiff --git a/src/plone/staticresources/static/plone-fontello.less b/src/plone/staticresources/static/plone-fontello.less\nindex d730aae2..345eebbe 100644\n--- a/src/plone/staticresources/static/plone-fontello.less\n+++ b/src/plone/staticresources/static/plone-fontello.less\n@@ -1,2 +1,2 @@\n-@fontsPrefix: \'/++plone++static/fonts/\';\n+@fontsPrefix: \'++plone++static/fonts/\';\n @import url("fonts/plone-fontello.less");\ndiff --git a/src/plone/staticresources/static/plone-glyphicons.less b/src/plone/staticresources/static/plone-glyphicons.less\nindex 42723a4c..4cb0bb2b 100644\n--- a/src/plone/staticresources/static/plone-glyphicons.less\n+++ b/src/plone/staticresources/static/plone-glyphicons.less\n@@ -1,4 +1,4 @@\n @import "@{bowerPath}/bootstrap3/less/variables.less"; // Modify this for custom colors, font-sizes, etc\n @import "@{bowerPath}/bootstrap3/less/glyphicons.less";\n // this override only works because of modifyVarsNoEmbed is used in generated Gruntfile.js\n-@icon-font-path: "/++plone++static/fonts/";\n+@icon-font-path: "++plone++static/fonts/";\n'

0 comments on commit 4b694b5

Please sign in to comment.