Closed
Description
I am trying to integrate CSS lint (command line for Rhino) as a part of our build process and when I try to run it by passing the directory which contains all the CSS files the tool errors out with the message
"js: uncaught JavaScript runtime exception: TypeError: Cannot find function listF
iles in object C:\views\myapp\src\css."
Command line:
java -jar js.jar csslint-rhino.js --format=lint-xml C:\views\myapp\src\css
It works fine when the individual CSS files are passed as parameters. Can you please guide me on this.