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

CSS/SASS/LESS sourcemaps #2489

Merged
merged 49 commits into from Mar 5, 2019
Merged

CSS/SASS/LESS sourcemaps #2489

merged 49 commits into from Mar 5, 2019

Commits on Dec 29, 2018

  1. Basic PostCSS sourcemaps

    mischnic committed Dec 29, 2018
    Copy the full SHA
    e9222c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. Copy the full SHA
    d2ec796 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2019

  1. Add CSS sourcemap tests

    mischnic committed Jan 1, 2019
    Copy the full SHA
    68da31c View commit details
    Browse the repository at this point in the history
  2. Fixup

    mischnic committed Jan 1, 2019
    Copy the full SHA
    62e7ce8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    987e5cc View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Fixups for code and tests

    mischnic committed Jan 3, 2019
    Copy the full SHA
    e47fabd View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Source maps for SASS

    mischnic committed Jan 4, 2019
    Copy the full SHA
    02abdbc View commit details
    Browse the repository at this point in the history
  2. LESS sourcemaps

    mischnic committed Jan 4, 2019
    Copy the full SHA
    8d8f6db View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e1e12fa View commit details
    Browse the repository at this point in the history
  4. SASS sourcemap tests

    mischnic committed Jan 4, 2019
    Copy the full SHA
    d3f6ece View commit details
    Browse the repository at this point in the history
  5. Add LESS sourcemap test

    mischnic committed Jan 4, 2019
    Copy the full SHA
    cc15e59 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. Copy the full SHA
    1e54c1a View commit details
    Browse the repository at this point in the history
  2. Adjust tests

    mischnic committed Jan 5, 2019
    Copy the full SHA
    2570d94 View commit details
    Browse the repository at this point in the history
  3. Use existing CSS sourcemaps

    mischnic committed Jan 5, 2019
    Copy the full SHA
    f735ec3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    93bae07 View commit details
    Browse the repository at this point in the history
  5. Refactor CSSAsset sourcemap

    mischnic committed Jan 5, 2019
    Copy the full SHA
    bf9fbfd View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8dfd04b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    cca0724 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4d934de View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Cleanup

    mischnic committed Jan 6, 2019
    Copy the full SHA
    cab31b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Copy the full SHA
    8a1e9e0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5ec11df View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fd11a12 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Copy the full SHA
    529de58 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Fix emitted sourceMap file property

    Spec: "An optional name of the *generated* code that this source map is associated with."
    mischnic committed Jan 11, 2019
    Copy the full SHA
    25f07f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Copy the full SHA
    34251e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Copy the full SHA
    3b71860 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Cleanup

    mischnic committed Jan 17, 2019
    Copy the full SHA
    0bd315b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Copy the full SHA
    95a2b82 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    af75f74 View commit details
    Browse the repository at this point in the history
  3. Cleanup css packaging

    mischnic committed Jan 30, 2019
    Copy the full SHA
    3db7f83 View commit details
    Browse the repository at this point in the history
  4. Unbreak Vue + CSS modules

    mischnic committed Jan 30, 2019
    Copy the full SHA
    50a436c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Fix tests on Node 6

    mischnic committed Jan 31, 2019
    Copy the full SHA
    f840ac7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b51da53 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Copy the full SHA
    dea48d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Copy the full SHA
    7a25eb5 View commit details
    Browse the repository at this point in the history
  2. Test

    mischnic committed Feb 14, 2019
    Copy the full SHA
    1245c95 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Copy the full SHA
    00f82aa View commit details
    Browse the repository at this point in the history
  2. Whoops, fixup

    mischnic committed Feb 16, 2019
    Copy the full SHA
    d0c9be1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0119cab View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Copy the full SHA
    535801b View commit details
    Browse the repository at this point in the history
  2. Cleanup sourcemap testing

    mischnic committed Feb 17, 2019
    Copy the full SHA
    dd1355e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Copy the full SHA
    100e68f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Copy the full SHA
    c43360f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ccbe451 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    mischnic committed Feb 27, 2019
    Copy the full SHA
    c2a4302 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Compatibility

    mischnic committed Mar 5, 2019
    Copy the full SHA
    d1be7c7 View commit details
    Browse the repository at this point in the history
  2. Fix vue sourcemaps

    mischnic committed Mar 5, 2019
    Copy the full SHA
    9d5ec0b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ae13f8a View commit details
    Browse the repository at this point in the history