Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
abusing guard for build
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
4null4  
View profile  
 More options Jul 20 2012, 5:11 am
From: 4null4 <4nu...@gmail.com>
Date: Fri, 20 Jul 2012 02:11:12 -0700 (PDT)
Local: Fri, Jul 20 2012 5:11 am
Subject: abusing guard for build

hello!

i'd like to 'abuse guard' to build my project. on changes it works that
well. so i ask myself if there is any posibility to get stuff done
initially over all existing files.

normally i am not a ruby-guy and using grunt.js for building my project.
but since guard is much better as watching 'manually' at my files i started
to using it. so i'd like to init my project with compiling coffee, haml and
all the stuff, when i am starting guard (with arguments)

Does anybody has any ideas how to do it? Is this a usefull 'Feature
request'?

thanks a lot!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rémy Coutable  
View profile  
 More options Jul 20 2012, 5:18 am
From: Rémy Coutable <r...@rymai.me>
Date: Fri, 20 Jul 2012 11:18:21 +0200
Local: Fri, Jul 20 2012 5:18 am
Subject: Re: abusing guard for build
Hi,

Sorry I didn't get right what you wanted to achieve (in the GitHub issue)!

Some Guard plugins have an :all_on_start option for that but not all, unfortunately.

So, as @netzpirat said, you could just call Guard.run_all at the end of your Guardfile so it'd be executed when the Guardfile is evaluated, like

--- in your Guardfile
guard :coffeescript, input: 'src', output: 'lib'

::Guard.run_all({})
---------------------

I hope that helps! And let us know how it goes.

Rémy

On Jul 20, 2012, at 11:11 , 4null4 wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
4null4  
View profile  
 More options Jul 20 2012, 6:24 am
From: 4null4 <4nu...@gmail.com>
Date: Fri, 20 Jul 2012 03:24:21 -0700 (PDT)
Local: Fri, Jul 20 2012 6:24 am
Subject: Re: abusing guard for build

Yeah, that was what i was looking for. Thanks a lot.
Maybe i should try to do a pull request on the docs ...

Am Freitag, 20. Juli 2012 11:18:21 UTC+2 schrieb rymai:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rémy Coutable  
View profile  
 More options Jul 20 2012, 5:25 pm
From: Rémy Coutable <r...@rymai.me>
Date: Fri, 20 Jul 2012 23:25:01 +0200
Local: Fri, Jul 20 2012 5:25 pm
Subject: Re: abusing guard for build
Please feel free to add your use case in the Guard Cookbook (in the wiki): https://github.com/guard/guard/wiki/Guard-Cookbook

Rémy

On Jul 20, 2012, at 12:24 , 4null4 wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »