I have three text filters in my BBEdit Text Filters folder. Two work, but one doesn't.
This works: #!/bin/bash csscomb assets/css This works: #!/bin/bash js-beautify This doesn't: #!/bin/bash jshint If I open the Terminal.app and navigate to a folder containing a JavaScript file, I can type in ... jshint analytics.js ... (for example) and get a report as expected. I can also invoke the other two from the command line and have them work as expected. Any thoughts on what I'm missing? -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
