Skip to content
Snippets Groups Projects
Verified Commit af7e06f8 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3499420 by plopesc: CSS Lint job gives unclear output when CSS is not properly rebuilt

parent f5d1ca72
No related branches found
No related tags found
3 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #403779 passed with warnings
Pipeline: drupal

#403786

    Pipeline: drupal

    #403782

      Pipeline: drupal

      #403780

        ......@@ -14,7 +14,7 @@ module.exports = (filePath) => {
        return;
        }
        if (code !== data.toString()) {
        log(`'${filePath}' is not updated.`);
        log(`'${filePath}' does not match its CSS file. Recompile the CSS with: yarn run build:css`);
        process.exitCode = 1;
        }
        });
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment