slim-grunt-helpers 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/slim-grunt-helpers/helpers.rb +2 -2
- data/lib/slim-grunt-helpers/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 729a263cee8ca42306021c4470e0d8f6ee7cc01d
|
4
|
+
data.tar.gz: 7e5de51d0abd39a6d0d14f7ddb8ccefd29636b61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdbba6586da03a114473e247d2961ef7e55a1a268cb64d8aff4764383c3f017b277cd5af3898ede193a9ad35ee8de43ba35d05b583c343ebbb19dfcf41cd788a
|
7
|
+
data.tar.gz: f65fa54e2b75e9bc10716d44ba4ebbc220de3d108c09dea642e61931a42930ee11c12a09ae3c7722f568cfb5b42d91fad4ba5372fdaeec2af65858edbc3dcefe
|
data/README.md
CHANGED
@@ -24,7 +24,7 @@ module SlimGruntHelpers
|
|
24
24
|
usemin.each do |link|
|
25
25
|
text << "#{ link }\n"
|
26
26
|
end
|
27
|
-
text << "
|
27
|
+
text << "<!-- endbuild -->\n"
|
28
28
|
end
|
29
29
|
|
30
30
|
# Options:
|
@@ -41,7 +41,7 @@ module SlimGruntHelpers
|
|
41
41
|
usemin.each do |link|
|
42
42
|
text << "#{ link }\n"
|
43
43
|
end
|
44
|
-
text << "
|
44
|
+
text << "<!-- endbuild -->\n"
|
45
45
|
end
|
46
46
|
|
47
47
|
end
|