Sha256: 69260904194b6418b385006505f512fbf0e236366d2fafd8296d0de6d3075eb9

Contents?: true

Size: 430 Bytes

Versions: 4

Compression:

Stored size: 430 Bytes

Contents

group :development do
	guard :falcon do
		watch('Gemfile.lock')
		watch('config.ru')
		watch(%r{^config|lib|pages/.*})
		notification :off
	end
	
	# # Open the documentation website when the command is run, once puma has started:
	# require 'launchy'
	# $first_time = true
	# 
	# url_path = 'run/url.txt'
	# watch(url_path) do
	# 	if $first_time
	# 		$first_time = false
	# 		Launchy.open(File.read(url_path))
	# 	end
	# end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
utopia-2.2.0 documentation/Guardfile
utopia-2.1.2 documentation/Guardfile
utopia-2.1.1 documentation/Guardfile
utopia-2.1.0 documentation/Guardfile