Closed westonruter closed 7 years ago
Build fails due to new i18n sniff doing what it should! https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/pull/742
This surprises me, because node-sass
is in the dependency tree for grunt-sass
so it should be getting built already.
Also, the sass
task is provided by grunt-sass
, so if you're getting the Task "sass" not found
message, that would seem to indicate that grunt-sass
hadn't been initialized in the first place.
I'll see if I can reproduce the npm install / grunt problem and merge if so.
I found out this is required when rebuilding my Linux dev machine this morning (I'm not sure why I never came across it before, other than possibly have node-sass installed globally).
I'll merge this to save other people the trouble of having to discover this.
Fixes
grunt
builds. Without this I would get: