Skip to content

Commit

Permalink
Remove sourceMap in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
尹曰 committed Sep 23, 2015
1 parent 0e518d3 commit 19dc9bd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions test/expected/require-sass-extract/a.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
b {
color: red;
background: url(bd98d83ae100b3e9a2fd351c5a2178e9.png);
}

a {
color: #121212;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiL1VzZXJzL3pqai9EZXNrdG9wL3NwbS13ZWJwYWNrL3Rlc3QvZml4dHVyZXMvcmVxdWlyZS1zYXNzL2Euc2NzcyIsInNvdXJjZXMiOlsiL1VzZXJzL3pqai9EZXNrdG9wL3NwbS13ZWJwYWNrL3Rlc3QvZml4dHVyZXMvcmVxdWlyZS1zYXNzL2Euc2NzcyIsIi9Vc2Vycy96amovRGVza3RvcC9zcG0td2VicGFjay90ZXN0L2ZpeHR1cmVzL3JlcXVpcmUtc2Fzcy9zcG1fbW9kdWxlcy9iLzAuMS4wL2luZGV4LmNzcyJdLCJzb3VyY2VzQ29udGVudCI6WyJcbkBpbXBvcnQgJ35iJztcblxuJGNvbG9yOiAjMTIxMjEyO1xuXG5hIHtcbiAgY29sb3I6ICRjb2xvcjtcbn1cbiIsImIge1xuICBjb2xvcjogcmVkO1xuICBiYWNrZ3JvdW5kOiB1cmwoYi5wbmcpO1xufVxuIl0sIm1hcHBpbmdzIjoiQUNBQSxDQUFDLENBQUM7RUFDQSxLQUFLLEVBQUUsR0FBSTtFQUNYLFVBQVUsRUFBRSxVQUFHO0NBRmQ7O0FES0gsQ0FBQyxDQUFDO0VBQ0EsS0FBSyxFQUhDLE9BQU87Q0FFWiIsIm5hbWVzIjpbXX0= */
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion test/fixtures/require-sass/spm_modules/b/0.1.0/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
b {
color: red;
background: url(b.png);
}

0 comments on commit 19dc9bd

Please sign in to comment.