public
Rubygem
Description: A lightweight and flexible website management system.
Homepage: http://webby.rubyforge.org/
Clone URL: git://github.com/TwP/webby.git
adding the tasks back into the rakefile
TwP (author)
Sat Dec 29 18:26:12 -0800 2007
commit  56c6728b537b2fe84c9aefaa7851b5fd324cfd88
tree    178f8f0f089a533ba700e3fc42f01b50657fe484
parent  bf1c0566785988a0dc20f553e5d710f2204ee073
...
23
24
25
 
 
 
26
...
23
24
25
26
27
28
29
0
@@ -23,4 +23,7 @@ SITE.rsync_args = %w(-av --delete)
0
 # Options passed to the 'tidy' program when the tidy filter is used
0
 SITE.tidy_options = '-indent -wrap 80'
0
 
0
+# Load the other rake files in the tasks folder
0
+Dir.glob('tasks/*.rake').sort.each {|fn| import fn}
0
+
0
 # EOF
...
23
24
25
 
 
 
26
...
23
24
25
26
27
28
29
0
@@ -23,4 +23,7 @@ SITE.rsync_args = %w(-av --delete)
0
 # Options passed to the 'tidy' program when the tidy filter is used
0
 SITE.tidy_options = '-indent -wrap 80'
0
 
0
+# Load the other rake files in the tasks folder
0
+Dir.glob('tasks/*.rake').sort.each {|fn| import fn}
0
+
0
 # EOF

Comments

    No one has commented yet.