Closed Tanmccuin closed 9 years ago
another note - i see the gruntfile is setup and configured, i feel like i'm missing some sort of "start" command? Or should this all be working out of the box so to speak?
Thanks a bunch @Tanmccuin
To monitor for changes and live reload goto the grunt folder and run: grunt watch
We are working on a new approach where you can run this command from the root theme folder, also be able to compile everything to dist/
oh thank you - that's pretty obvious i see, I was on the right track by navigating to the grunt folder at least. This great though, really appreciate the work you've done here, been looking to move away from codekit and into the world of grunt/gulp/yeo - much thanks!
First off - this generator is great, I was able to follow the basic instructions to get started. Everything appears to have installed without a hitch.
However - this might be painfully obvious, but with my previous workflow using codekit, i'd drop my project into code kit - and it would monitor my SASS changes and compile on save. Is there a way i can set this now that Grunt is running? When i run "Grunt Sass" in my folder, it says it can't find an installed version - is this the case?
Thanks for the help.