FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

sassFiles · devhttps/frontend@afd4ae6 · GitHub

Commit afd4ae6

Browse files
committed
sassFiles
1 parent 6b8112a commit afd4ae6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • tools/__tasks__/validate-head

‎tools/__tasks__/validate-head/sass.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
task: () =>
1414
getChangedFiles().then(files => {
1515
const errors = [];
16-
const jsFiles = files.filter(file =>
16+
const sassFiles = files.filter(file =>
1717
file.endsWith('.scss')
1818
);
1919
const lint = (proc, batchedFiles) =>
@@ -49,7 +49,7 @@ module.exports = {
4949
return arr.reduce(batchFold, []);
5050
};
5151

52-
return batch(jsFiles, getCpuCount())
52+
return batch(sassFiles, getCpuCount())
5353
.reduce(lint, Promise.resolve())
5454
.then(() => {
5555
if (errors.length) {

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL