JSHINT error on new install
description
Installed Chirpy on VS 2012 Ultimate SP1, created a file called asdf.yui.js, got this message. I was considering showing off Chirpy with the team but I am not going to install JSHINT nor Uglify nor tell my teammates to do so; there is a minified file despite this message.
Error: ReferenceError: JSHINT is not defined. See output window for details.
OK
Error: Jurassic.JavaScriptException: ReferenceError: JSHINT is not defined
at global_(ScriptEngine , Scope , Object )
at Jurassic.Compiler.GlobalMethodGenerator.Execute()
at Jurassic.ScriptEngine.Execute(ScriptSource source)
at Jurassic.ScriptEngine.Execute(String code)
at UglifyCS.Environment.Run(String script, Expression`1[] vars)
at UglifyCS.JSHint.JSHINT(String source, options options)
at Zippy.Chirp.Engines.JSHintEngine.Run(String fullFileName, ProjectItem projectItem)
at Zippy.Chirp.Engines.EngineManager.Process(ProjectItem projectItem)