caveat_patch_kids 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/caveat_patch_kids/version.rb +1 -1
- data/lib/caveat_patch_kids.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# CaveatPatchKids
|
2
2
|
|
3
|
-
CaveatPatchKids is a tool for generating caveatPatchor.js files and for easily sharing snippets for use in
|
3
|
+
CaveatPatchKids is a tool for generating caveatPatchor.js files and for easily sharing snippets for use in [Propane](http://propaneapp.com/).
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
data/lib/caveat_patch_kids.rb
CHANGED
@@ -25,7 +25,7 @@ END
|
|
25
25
|
|
26
26
|
desc "bloom", "bloom a caveatPatchor.js using your planted ~/.caveat_patch_kids"
|
27
27
|
def bloom
|
28
|
-
root_dir = Pathname.new(__FILE__).
|
28
|
+
root_dir = Pathname.new(__FILE__).dirname + '..'
|
29
29
|
sprockets = Sprockets::Environment.new(root_dir)
|
30
30
|
|
31
31
|
vendor_assets_dir = root_dir + 'vendor/assets'
|