Sha256: fdb4d03f7395315d45394724ba248f4a0711f03b23cdda2fd151bbf4f9705478
Contents?: true
Size: 333 Bytes
Versions: 33
Compression:
Stored size: 333 Bytes
Contents
require 'alephant/preview/server' require 'alephant/preview/template' namespace :alephant do namespace :preview do task :go do Alephant::Preview::Server.run! end task :update do Alephant::Preview::Template.update( "#{::Alephant::Preview.path}/templates/preview.mustache" ) end end end
Version data entries
33 entries across 33 versions & 2 rubygems