Sha256: fed29a655e23d689dc5643aa8fa6a4d260360e1a7e239efb906b2fb04e98c49d
Contents?: true
Size: 550 Bytes
Versions: 6
Compression:
Stored size: 550 Bytes
Contents
### # Sample Guardfile block for Guard::MtHaml # # :input ("views/src") set output directory for compiled files # :output ("views") set input directory with haml files # :environment ("php") haml environment # :notifications (true) toggle guard notifications # :compress_output (false) compress compiled haml files # :static_files (false) compile haml to static html # :run_at_start (true) compile files when guard starts ### guard :mthaml, :input => "views/src", :output => "views"
Version data entries
6 entries across 6 versions & 1 rubygems