Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit f632298

Browse files
fathybdanbucholtz
authored andcommitted
feat(sass): enable Sass indented files compilation (#565)
1 parent 1222340 commit f632298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/sass.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
* the file will be excluded.
5454
*/
5555
includeFiles: [
56-
/\.(scss)$/i
56+
/\.(s(c|a)ss)$/i
5757
],
5858

5959
/**

config/watch.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var copyConfig = require('./copy.config');
99

1010
module.exports = {
1111
srcFiles: {
12-
paths: ['{{SRC}}/**/*.(ts|html|scss)'],
12+
paths: ['{{SRC}}/**/*.(ts|html|s(c|a)ss)'],
1313
options: { ignored: ['{{SRC}}/**/*.spec.ts', '{{SRC}}/**/*.e2e.ts', '**/*.DS_Store'] },
1414
callback: watch.buildUpdate
1515
},

0 commit comments

Comments
 (0)