Sha256: 9dded9f496793948064c3c0662ef9d5468775e61a81df7590673ef79f393ab78
Contents?: true
Size: 332 Bytes
Versions: 5
Compression:
Stored size: 332 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
5 entries across 5 versions & 1 rubygems