You cannot post messages because only members can post, and you are not currently a member.
|
Why does the Listener terminate immediately (listener.start)?
|
| |
Hi, I am creating a listener/Directory Monitor to keep an eye on the changes to files in a particular directory using the Guard/Listen gem. The examples I have been following all look more or less like the following: ... # This proc will be called when there are changes.end listener = Listen.to('dir')listener.chang e(&callback) # convert the callback to a block and register it... more »
|
|
Multiple output paths
|
| |
Hi, I was wondering if there was a straightforward way to use guard-coffeescript to have it compile coffee files get compiled to two separate output folder with one single command. eg: Right now I have the following configuration, guard :coffeescript, :input => 'src/main/coffeescript', :output =>... more »
|
|
Guard and Susy
|
| |
Hi Mehmet, I don't know susy, but I think the best is to ask directly on the guard-sass/compass github issues.
...
...
|
|
Having trouble with Guard::Jammit
|
| |
Hi all, I'm an experienced Ruby/Rails dev but a Guard newb. I'm adding Guard to an existing Rails project with the primary goal of getting it auto packaging with an existing Jammit setup. I've manged to get everything hooked up and when I start guard it runs the Jmmit compile as I would expect it to. However, it doesn't seem to detect... more »
|
|
Guard 2 milestone on GitHub
|
| |
Hi all The core team has agreed to drop Ruby 1.8.7 support in the next three month, because it will be at its official end of live in June 2013 and will not receive any update afterwards. At the same time we'll remove deprecated options and methods for the Guard API and release version 2.0.0. Guard 2 has now its own milestone where we collect the issues and tasks for... more »
|
|
How to display code coverage after guard rspec call?
|
| |
I run my specs with guard and spork. I would like to see is a code coverage percentage in the console after running an individual spec. Is anyone else doing something like this? Can anyone advise me on how to configure this properly? Thanks! --Andrew
|
|
Guard blocking terminal
|
| |
Hi guys, I am noob in tests, rspec and guard. Every time I need to track changes in files (save), I have to run 'guard' command in terminal, so I have to open other tab in order I can run rails scripts. In RailsCasts seems that Ryan does not run 'guard' or run? Is there a way for that I dont need to run 'guard' and be blocked by it?... more »
|
|
Guard 1.7.0 released
|
| |
Hi Guard developers Guard 1.7.0 has been released and it contains the following bug fixes: * Avoid spurious 'nil' output from emacs notifier. * Make stty less noisy under JRuby. * Fix Pry `history_file` file expansion. And also some improvements: * Drop dependency on `terminal-table` and use `formatador` instead.... more »
|
|
Extending notifiers for guard arduino (guarduino?)
|
| |
Hello, I'd like guard to notify me when my test suite passes or fails by controlling an arduino with an rgb led. Don't be turned off by my hipster interest in arduino. This message is not so much about arduino, but more about how to make guard better for anyone interested in writing custom notifications.... more »
|
|
|