0dp / generator-wp-bones

Yeoman generator to quickly install Bones Wordpress starter theme into your Wordpress theme folder
Other
68 stars 31 forks source link

New to the Yo/Grunt workflow, newb questions... #14

Closed Tanmccuin closed 9 years ago

Tanmccuin commented 9 years ago

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.

Tanmccuin commented 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?

0dp commented 9 years ago

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/

Tanmccuin commented 9 years ago

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!