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!