Runar Buvik

Results 2 comments of Runar Buvik

> However, scipy is still a dependency in setup.py. Yes, thought it was best to have it as a dependency so scipy gets installed if it is not already installed....

@tinyCoder32 I was able to get this working for me by changing: `const sass = require('gulp-sass');` to `const sass = require("gulp-sass")(require('sass'));` as suggested by [bsang](https://github.com/bsang) at https://github.com/uswds/uswds-gulp/issues/36 My gulp an...