NodeAssets.Compilers.LessCompiler.LessCompiler C# (CSharp) Method

LessCompiler() public method

public LessCompiler ( INodeExecutor executor ) : Newtonsoft.Json
executor INodeExecutor
return Newtonsoft.Json
        public LessCompiler(INodeExecutor executor)
        {
            _executor = executor;
            _executeScript = ScriptFinder.GetScript(ScriptLocation);
        }