OLD | NEW |
(Empty) | |
| 1 Verify SourceMapTracker functionality. |
| 2 |
| 3 |
| 4 Running: loadFileSystemResources |
| 5 |
| 6 Running: loadCSSResources |
| 7 |
| 8 Running: mutateCSS |
| 9 -- TRACKER 1 -- SourceChanged event: all.css |
| 10 -- TRACKER 1 -- SourceChanged event: all.css |
| 11 == Outdated == |
| 12 TRACKER 1: true |
| 13 TRACKER 2: false |
| 14 -- TRACKER 2 -- SourceChanged event: print.css |
| 15 == Outdated == |
| 16 TRACKER 1: true |
| 17 TRACKER 2: true |
| 18 == Contents == |
| 19 content of print.css: <all.css update 1> |
| 20 content of print.css: <print.css update 1> |
| 21 == Outdated == |
| 22 TRACKER 1: false |
| 23 TRACKER 2: false |
| 24 |
| 25 Running: mutateSASS |
| 26 -- TRACKER 1 -- SourceChanged event: file:///var/www/a.scss |
| 27 == Outdated == |
| 28 TRACKER 1: true |
| 29 TRACKER 2: false |
| 30 -- TRACKER 2 -- SourceChanged event: file:///var/www/b.scss |
| 31 == Outdated == |
| 32 TRACKER 1: true |
| 33 TRACKER 2: true |
| 34 == Contents == |
| 35 content of file:///var/www/b.scss: <a.scss update 1> |
| 36 content of file:///var/www/b.scss: <b.scss update 1> |
| 37 == Outdated == |
| 38 TRACKER 1: false |
| 39 TRACKER 2: false |
| 40 |
| 41 Running: mutateSASSCommon |
| 42 -- TRACKER 1 -- SourceChanged event: file:///var/www/common.scss |
| 43 -- TRACKER 2 -- SourceChanged event: file:///var/www/common.scss |
| 44 == Outdated == |
| 45 TRACKER 1: true |
| 46 TRACKER 2: true |
| 47 == Contents == |
| 48 content of file:///var/www/common.scss: <common.scss update 1> |
| 49 content of file:///var/www/common.scss: <common.scss update 1> |
| 50 == Outdated == |
| 51 TRACKER 1: false |
| 52 TRACKER 2: false |
| 53 |
| 54 Running: trackerSetCSS |
| 55 tracker1.setCSSText result: true |
| 56 tracker2.setCSSText result: true |
| 57 == Contents == |
| 58 content of print.css: <all.css TRACKER 1> |
| 59 content of print.css: <print.css TRACKER 2> |
| 60 |
| 61 Running: trackerSetSASSCommon |
| 62 tracker1.setSASSText result: true |
| 63 -- TRACKER 2 -- SourceChanged event: file:///var/www/common.scss |
| 64 == Outdated == |
| 65 TRACKER 1: false |
| 66 TRACKER 2: true |
| 67 |
| 68 Running: removeFirstTrackerStyleSheets |
| 69 -- TRACKER 1 -- TrackingStopped |
| 70 |
| 71 Running: removeSecondTrackerStyleSheets |
| 72 -- TRACKER 2 -- TrackingStopped |
| 73 |
OLD | NEW |