Bombsquad.DynamicMedia.Less.CssLessMediaTransformerFactory.ModifyAbsolutePath C# (CSharp) Method

ModifyAbsolutePath() protected method

protected ModifyAbsolutePath ( string absolutePath ) : string
absolutePath string
return string
        protected override string ModifyAbsolutePath(string absolutePath)
        {
            return absolutePath.Replace(".css", "");
        }