Trying to run grunt task cssmin and getting this error : TypeError: Object #<Object> has no method 'isAbsolute'

244 Views Asked by At

TypeError: Object # has no method 'isAbsolute'

cssmin: {
            target: {
                src: ["styles/css/main.css"],
                dest: "styles/css/main.min.css"
            }
        }
0

There are 0 best solutions below