Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Dont run one postcss instance parallel #122

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 10, 2019

  1. (feat) Warn if multiple source files are configured

    Configuring multiple source files with one destination is possible through
    the Grunt framework but not sensible in the context of postcss processing.
    
    Warn the developers if they've such a config.
    tholewebgods committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    567a206 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    90257f4 View commit details
    Browse the repository at this point in the history
  2. (fix) changed to chain the process() promises

    The previous implementation ran process() parallel on one processor instance
    which messed up variables when plugins auto generated fallback styles for
    CSS variables for example.
    tholewebgods committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    fe9d4db View commit details
    Browse the repository at this point in the history