Problem/Motivation

Both npm build & npm watch have been failing consistently without logging any errors. Issue appears to be the url-encode mixin in _str.scss. Commenting out the line with " ": "%20", seems to have solved the problem.

Proposed resolution

Remove unused file causing build issues, this mixin is now handled in the postcss.config.js file. After removing this mixin, we need to review existing code and update functions to use the postcss.config.js code.

Issue fork prototype-3340042

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jldust created an issue. See original summary.

  • jldust committed 3df003f4 on 4.x
    Issue #3340042 by jldust: URL-Encode Mixin fails build
    
jldust’s picture

Status: Active » Fixed

After diving into this issue, we've identified removing the file could potentially cause breaking changes. This will be identified in another major release. As a temporary solution we have commented out the specific issue.

jldust’s picture

Status: Fixed » Closed (fixed)

Marking this closed, it was included in the 4.0.0-alpha3 release. Thanks!