Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoload PostCSS config #284

Merged
merged 10 commits into from Jul 27, 2017
Merged

Autoload PostCSS config #284

merged 10 commits into from Jul 27, 2017

Commits on Jun 29, 2017

  1. extract setError helper

    lukeed committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    9182da7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9e2676 View commit details
    Browse the repository at this point in the history
  3. refactor config/options handling

    - forgot that `opts` param defaults to empty object
    - imported taskr’s ‘isEmptyObj’ fn helper
    lukeed committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    a466be4 View commit details
    Browse the repository at this point in the history
  4. add postcssrc test & fixture

    lukeed committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    ce12122 View commit details
    Browse the repository at this point in the history
  5. second refactor; cleaner

    - look once for a file, then decide what to do based on result
    lukeed committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    e898738 View commit details
    Browse the repository at this point in the history
  6. add all autoload tests

    lukeed committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    5856fd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d33d89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4935111 View commit details
    Browse the repository at this point in the history
  9. add final test

    lukeed committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    6e9a6ff View commit details
    Browse the repository at this point in the history
  10. update readme docs

    lukeed committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    f4a13dc View commit details
    Browse the repository at this point in the history