kitchen-cli icon indicating copy to clipboard operation
kitchen-cli copied to clipboard

Problem with css minifier

Open rikyperdana opened this issue 8 years ago • 1 comments

Sometimes when I run a meteor-kitchen example, it return this error

While minifying app stylesheet: path.js:8:11: Path must be a string. Received null at assertPath (path.js:8:11)

And it solved by doing this

meteor remove standard-minifier-css meteor add seba:minifiers-autoprefixer

Is it bug, or something?

rikyperdana avatar Jan 10 '17 16:01 rikyperdana

Never happens to me

perak avatar Aug 07 '17 21:08 perak