Skip to content

Commit ea5cfcf

Browse files
committed
Switch to node sass because dart sass is slow af
1 parent d07d2dc commit ea5cfcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/grunt/sass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// https://github.com/sindresorhus/grunt-sass
2-
const sass = require( 'sass' );
2+
const sass = require( 'node-sass' );
33

44
module.exports = {
55
options: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"grunt-wp-i18n": "1.x",
4343
"postcss-pxtorem": "4.x",
4444
"time-grunt": "1.x",
45-
"sass": "1.x"
45+
"node-sass": "4.x"
4646
}
4747
}

0 commit comments

Comments
 (0)