Closed atcraigwatson closed 6 years ago
I folked the repo and tried to use the grunt setup, when I ran npm install I kept getting an error relating to grunt-sass.
npm install
grunt-sass
To fix it I have had to update the version of grunt-sass in the package.json file to be "^2.0.0".
package.json
"^2.0.0"
Other than that just want to say this is a damn cool theme!!
I folked the repo and tried to use the grunt setup, when I ran
npm install
I kept getting an error relating togrunt-sass
.To fix it I have had to update the version of
grunt-sass
in thepackage.json
file to be"^2.0.0"
.Other than that just want to say this is a damn cool theme!!