Sha256: d084b6b85d542d2490e0b6282bb5ef568ef19a66b196450d6433b8ebb9ac58fe
Contents?: true
Size: 271 Bytes
Versions: 2
Compression:
Stored size: 271 Bytes
Contents
# frozen_string_literal: true guard(:i18n_json, run_on_start: true, config_file: "./config/i18n_json.yml", require_file: "./config/boot.rb") do watch(%r{^(app|config)/locales/.+\.(yml|po)$}) watch(%r{^config/i18n_json.yml$}) watch("Gemfile") end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
i18n-json-0.0.3 | lib/guard/i18n_json/templates/Guardfile |
i18n-json-0.0.2 | lib/guard/i18n_json/templates/Guardfile |