+6
-2
@@ -452,3 +452,3 @@ #!/usr/bin/env node | ||
| if arr.length is 1 | ||
| require("./#{arr[0]}").call watcher | ||
| watchFile = "./#{arr[0]}" | ||
| else | ||
@@ -488,4 +488,8 @@ i = 0 | ||
| else | ||
| require("./watch.coffee").call watcher | ||
| watchFile = "./watch.coffee" | ||
| if watchFile | ||
| require('coffee-script').register() | ||
| require(Path.resolve watchFile).call watcher | ||
| switch action | ||
@@ -492,0 +496,0 @@ when 'w', 'watch' |
+1
-1
@@ -13,3 +13,3 @@ { | ||
| "author": "Roman Kushin", | ||
| "version": "1.0.16", | ||
| "version": "1.0.17", | ||
| "license": "MIT", | ||
@@ -16,0 +16,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
38530
0.34%