guard-mthaml 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/guard/mthaml/templates/Guardfile +2 -2
- data/lib/guard/mthaml/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f46bd6bec946973cd5ff97c13a434eff208358c
|
|
4
|
+
data.tar.gz: 9c543e9541763958f01dd543d34746034eee4aa1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 615f137255871de2cc5c584e77e90fbb6eb95541a12154a3d76df8126b622030369d018543477a6d4fff4dfe0d62b32f6097a3878ac29afb5f1a4e4729be7ed7
|
|
7
|
+
data.tar.gz: 62f41d0aa92b9ac9018fdd202e50451b0ba7e9e1c462d3d9ea066d4d3877b711865855846d455826024e8014dd19e1729c650bf22fcdc0659907c31ab05645d1
|
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Guard::MtHaml [](http://badge.fury.io/rb/guard-mthaml)
|
|
2
|
-
This is a Guard wrapper to compile Haml to PHP, Twig or static HTML.
|
|
2
|
+
This is a Guard wrapper for [MtHaml](https://github.com/arnaud-lb/MtHaml) to compile Haml to PHP, Twig or static HTML.
|
|
3
3
|
|
|
4
4
|
## Installation
|
|
5
5
|
Add to your `Gemfile`:
|
|
@@ -24,8 +24,8 @@ Requires that `php` be executable via command line.
|
|
|
24
24
|
###
|
|
25
25
|
# Sample Guardfile block for Guard::MtHaml
|
|
26
26
|
#
|
|
27
|
-
# :input ("views/src") set
|
|
28
|
-
# :output ("views") set
|
|
27
|
+
# :input ("views/src") set input directory with haml files
|
|
28
|
+
# :output ("views") set output directory for compiled files
|
|
29
29
|
# :environment ("php") haml environment
|
|
30
30
|
# :notifications (true) toggle guard notifications
|
|
31
31
|
# :compress_output (false) compress compiled haml files
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
###
|
|
2
2
|
# Sample Guardfile block for Guard::MtHaml
|
|
3
3
|
#
|
|
4
|
-
# :input ("views/src") set
|
|
5
|
-
# :output ("views") set
|
|
4
|
+
# :input ("views/src") set input directory with haml files
|
|
5
|
+
# :output ("views") set output directory for compiled files
|
|
6
6
|
# :environment ("php") haml environment
|
|
7
7
|
# :notifications (true) toggle guard notifications
|
|
8
8
|
# :compress_output (false) compress compiled haml files
|
data/lib/guard/mthaml/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guard-mthaml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ezekiel Gabrielse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-11-
|
|
11
|
+
date: 2014-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: guard
|