madskristensen / BundlerMinifier

Visual Studio extension
Other
616 stars 172 forks source link

Does not work for CSS anymore #153

Open stonecourier opened 8 years ago

stonecourier commented 8 years ago

Installed product versions

Does not create minified css files anymore, or minify css when the parent changes anymore. Happening on 3 pcs at work now.

Note the javascript functionality works as expected.

Steps to recreate

1.Create abc.css

  1. Click minify file
  2. Does not create a minified file

    Current behavior

Does not update the minified file.

Expected behavior

Create files, actually minify.

zecompadre commented 8 years ago

Updated to Version 2.1.258

Rollback to Version 2.0.235

sanjeev40084 commented 8 years ago

@zecompadre how did you rollback? i couldn't find old extension.

zecompadre commented 8 years ago

using on the project nuget packages

ealsur commented 8 years ago

Do you have a sample of a file? We have several CSS files in our production apps and they are minifying just fine. I created a sample repo that works on the latest version.

Are you using the Task Runner Explorer? Does the Task Runner Explorer show any error? I found out that if your CSS has any syntax error, it won't minify and it shows an error on the Output window.

eByte23 commented 8 years ago

Am I missing something? Using the latest version still doesn't work. image

ealsur commented 8 years ago

@eByte23 I get that message too but the files are minified succesfully.