Commit cfa9ece
committed
Upgraded to gulp-sass 5.0.0 to use node-sass 6.0.0
https://github.com/dlmanning/gulp-sass/blob/978b8f6b48a3d4da1110076b5a246a5e80f7477e/package.json#L46 uses node-sass 6.0.0 which should support Node 12.
Updated gulpfile.js as recommended in https://github.com/dlmanning/gulp-sass#migrating-to-version-5
Ran npm install sass --save-dev to fix errors in npm install.1 parent f522da7 commit cfa9ece
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments