This PR updates the gulp-sass version in order to ensure sake can be run on M1 macs, on which the current version does not support compiling SCSS:
[12:17:57] Starting 'compile:scss'...
[12:17:57] 'compile:scss' errored after 122 ms
[12:17:57] Error: Node Sass does not yet support your current environment: OS X Unsupported architecture (arm64) with Unsupported runtime (93)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.14.1
This PR updates the gulp-sass version in order to ensure sake can be run on M1 macs, on which the current version does not support compiling SCSS: