connect-assets-jspaths
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "connect-assets-jspaths", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"homepage": "https://jgable.github.com/connect-assets-jspaths", | ||
@@ -5,0 +5,0 @@ "description": "Helps with getting the paths to your connect-assets javascript files.", |
@@ -31,2 +31,14 @@ connect-assets-jspaths | ||
### Watch changes and re-compile | ||
Now you can pass some additional callbacks in and it will monitor your connect assets directories for changes. | ||
fileChangedCallback = (err, filePath) -> | ||
console.log "File Changed: #{filePath}" | ||
jsPaths assets, console.log, fileChangedCallback, (err, watcher) -> | ||
console.log "Watcher initialized" | ||
**NOTE** You'll probably want to disable this for production mode. | ||
### View Usage | ||
@@ -33,0 +45,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5847
101