tactivos / grunt-htmlrefs

Replaces (or removes) references to non-optimized scripts or stylesheets on HTML files
27 stars 14 forks source link

dest cannot be directory #22

Open venil7 opened 10 years ago

venil7 commented 10 years ago

when specifying dest as directory and not a file

htmlrefs: {
    prod: {
      src: '*.html',
      dest: 'dist/',
    }
  },

I get the following error message: Unable to write "dist/" file (Error code: EISDIR). Use --force to continue.

semenko commented 10 years ago

I'm also seeing this error using the latest version.

pusherman commented 10 years ago

same: grunt-htmlrefs@0.5.0