All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.sass-3.7.4.extra.update_watch.rb Maven / Gradle / Ivy

The newest version!
require 'rubygems'
require 'sinatra'
require 'json'
set :port, 3124
set :environment, :production
enable :lock
Dir.chdir(File.dirname(__FILE__) + "/..")

post "/" do
  puts "Received payload!"
  puts "Rev: #{`git name-rev HEAD`.strip}"
  system %{rake handle_update --trace REF=#{JSON.parse(params["payload"])["ref"].inspect}}
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy