diff options
author | Raine Virta <rane@kapsi.fi> | 2010-04-22 23:47:36 +0300 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-08-18 10:41:22 +0200 |
commit | ff7cdac8fc918a6ad280153e9487cd4cb0f2fae4 (patch) | |
tree | 4c4c8d0a89cdaf2f38c00d2c8776f0095c654d91 /Rakefile | |
parent | 73a39cfaab866b6fff34e5c6685dab08207875ed (diff) |
Add a plugin skeleton generator
`rake plugin`
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,4 +195,4 @@ desc 'Generate mo files' task :makemo => FileList['po/*/*.po'].pathmap('%{^po,data/locale}d/LC_MESSAGES/%n.mo') - +Dir['tasks/**/*.rake'].each { |t| load t } |