cdukes / bones-for-genesis-2-0

A starting point for new Genesis projects. Built for Genesis 3.* and WordPress 5.*+.
GNU General Public License v3.0
182 stars 61 forks source link

Cannot compile after grunt command : message "Running watch task" #18

Closed semedia closed 10 years ago

semedia commented 10 years ago

Hi Cooper and all,

I'm very, very interested to use BFG (i'm sure this is the best starter theme for Genesis) but I don't arrive to compile it. I'm sorry if I made mistakes in my message, english is my second language. I hope someone could help me.

What I've exactly done : I'm on Windows 7 - 64 bits I install Node.js from nodejs.org/download/ (version v0.10.28) I install http://git-scm.com/ for windows (version 1.9.2-preview20140411) with option "Run Git from the Windows Command Prompt" I verify that my PATH is C:\Users***\AppData\Roaming\npm; C:\Program Files (x86)\Git\bin I launch a command prompt I go in my dir project I install Bower with the command npm -g install bower I install Grunt with the command npm install -g grunt-cli I make the command git clone https://github.com/cdukes/bones-for-genesis-2-0.git genesis-bfg I make the command cd genesis-bfg I make the command npm update --save-dev && bower update --save I make the command grunt I have a warning "You need to have Ruby dans Sass installed and in your PATH for this task to work" I install Ruby from rubyinstaller.org/downloads/ (version 2.0.0-p481(x64)) with option "Add Ruby executables to your PATH" I launch a Ruby prompt command and make the command gem install sass I reboot my computer to be sure and I launch a new git prompt command (i'm in the folder bfg-genesis) and I make the commande grunt I have this error "ERROR : Cannot load compass". I see that there is an issue for this error, so I make the command gem install compass --pre I make again the command grunt I have this message, grunt stay in watch mode and wait I edit a file but don't finish compil : grunt

Is there someone who have an idea ? Maybe I don't make the right procedure, this is the first time I use Node, Grunt, Bower, Ruby, etc.

Or maybe someone has a full folder of the starter theme and could send me ? (I think this is the best solution for me... in order to use it as a simple child theme for WP)

Thank you a lot in advance for your help, Regards

cdukes commented 10 years ago

This is an issue with your machine, not with the repo. Sorry, but I'm unable to provide technical support for these sorts of problems. That screenshot looks like the correct output. If the watch task isn't working, you may want to open a ticket in grunt-contrib-watch.

semedia commented 10 years ago

Hi,

Ok.

But if it's not possible, is there a real reason why you don't want to send me a full archive as a normal theme of bones genesis ?

It will be easier method for me...

Regards, Emmanuel

2014-06-07 8:19 GMT+02:00 Cooper Dukes notifications@github.com:

This is an issue with your machine, not with the repo. Sorry, but I'm unable to provide technical support for these sorts of problems. That screenshot looks like the correct output. If the watch task isn't working, you may want to open a ticket in grunt-contrib-watch.

— Reply to this email directly or view it on GitHub https://github.com/cdukes/bones-for-genesis-2-0/issues/18#issuecomment-45402407 .