does anyone know any watchr alternative for windows, or has anyone got
it working?
I am giving up on it.
It seems to be running but nothing is changing in the log
On Fri, May 20, 2011 at 7:27 PM, Ilya Fedotov <ifedo...@gmail.com> wrote: > does anyone know any watchr alternative for windows, or has anyone got > it working? > I am giving up on it. > It seems to be running but nothing is changing in the log
> -- > You received this message because you are subscribed to the Google Groups "angular" group. > To post to this group, send email to angular@googlegroups.com. > To unsubscribe from this group, send email to angular+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/angular?hl=en.
I used to run watch.rb on Windows 7 machine. You just need to install ruby to run watchr.rb... Double check the regular expression. I think the problem could be in forward slash, try backslash (don't forget to escape it) You can try removing the redirecting into log file - just run the comman (test.bat) - it will prints on console... V.
Thank you all for replies. in the end I didn't give up and wrote
another watchr script that worked.
I submitted it to angular-seed repo for consideration.
On May 23, 12:33 pm, Vojta Jina <vojta.j...@gmail.com> wrote:
> I used to run watch.rb on Windows 7 machine. You just need to install ruby
> to run watchr.rb...
> Double check the regular expression. I think the problem could be in forward
> slash, try backslash (don't forget to escape it)
> You can try removing the redirecting into log file - just run the comman
> (test.bat) - it will prints on console...
> V.
On Tuesday, May 24, 2011 6:30:25 AM UTC-7, Ilya Fedotov wrote:
> Thank you all for replies. in the end I didn't give up and wrote > another watchr script that worked. > I submitted it to angular-seed repo for consideration.
> On May 23, 12:33 pm, Vojta Jina <vojta.j...@gmail.com> wrote: > > I used to run watch.rb on Windows 7 machine. You just need to install > ruby > > to run watchr.rb... > > Double check the regular expression. I think the problem could be in > forward > > slash, try backslash (don't forget to escape it) > > You can try removing the redirecting into log file - just run the comman > > (test.bat) - it will prints on console... > > V.
On Tue, May 29, 2012 at 1:42 PM, <katow...@gmail.com> wrote:
> What did you do to get it working? Is your script available?
> Thanks, in advance!
> On Tuesday, May 24, 2011 6:30:25 AM UTC-7, Ilya Fedotov wrote:
>> Thank you all for replies. in the end I didn't give up and wrote
>> another watchr script that worked.
>> I submitted it to angular-seed repo for consideration.
>> On May 23, 12:33 pm, Vojta Jina <vojta.j...@gmail.com> wrote:
>> > I used to run watch.rb on Windows 7 machine. You just need to install
>> ruby
>> > to run watchr.rb...
>> > Double check the regular expression. I think the problem could be in
>> forward
>> > slash, try backslash (don't forget to escape it)
>> > You can try removing the redirecting into log file - just run the
>> comman
>> > (test.bat) - it will prints on console...
>> > V.
> --
> You received this message because you are subscribed to the Google Groups
> "AngularJS" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/angular/-/c-S_1pSASdIJ.
> To post to this group, send email to angular@googlegroups.com.
> To unsubscribe from this group, send email to
> angular+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/angular?hl=en.