Sha256: 4fa615957794035c6e32b08bd0a4585ee90994baaacfb2c48fcaed7918d49f59

Contents?: true

Size: 268 Bytes

Versions: 15

Compression:

Stored size: 268 Bytes

Contents

desc "Shortcut for indexing and caching."
task :index => :application do
  Indexes.index
end

desc "shortcut for server:start"
task :start do
  Rake::Task[:'server:start'].invoke
end
desc "shortcut for server:stop"
task :stop do
  Rake::Task[:'server:stop'].invoke
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
picky-0.3.0 lib/tasks/shortcuts.rake
picky-0.2.4 lib/tasks/shortcuts.rake
picky-0.2.3 lib/tasks/shortcuts.rake
picky-0.2.2 lib/tasks/shortcuts.rake
picky-0.2.1 lib/tasks/shortcuts.rake
picky-0.2.0 lib/tasks/shortcuts.rake
picky-0.1.0 lib/tasks/shortcuts.rake
picky-0.0.9 lib/tasks/shortcuts.rake
picky-0.0.8 lib/tasks/shortcuts.rake
picky-0.0.7 lib/tasks/shortcuts.rake
picky-0.0.6 lib/tasks/shortcuts.rake
picky-0.0.5 lib/tasks/shortcuts.rake
picky-0.0.4 lib/tasks/shortcuts.rake
picky-0.0.3 lib/tasks/shortcuts.rake
picky-0.0.2 lib/tasks/shortcuts.rake