Class | Buildr::ResourcesTask |
In: |
lib/buildr/core/compile.rb
(CVS)
|
Parent: | Rake::Task |
The resources task is executed by the compile task to copy resource files over to the target directory. You can enhance this task in the normal way, but mostly you will use the task‘s filter.
For example:
resources.filter.using 'Copyright'=>'Acme Inc, 2007'
filter | [R] | Returns the filter used to copy resources over. See Buildr::Filter. |