Luismahou / grunt-hashres

Hashes your js and css files and rename the <script> and <link> declarations that refer to them in your html/php/etc files.
MIT License
115 stars 41 forks source link

Skip directories #15

Closed xquezme closed 11 years ago

xquezme commented 11 years ago

Hello.

Can you ignore dirs if using **/*.js? Force options just stop hashing.

Luismahou commented 11 years ago

Hi,

I don't understand what you're trying to do. Can you add the 'hashres' part of your grunt.js file?

The force option is provided by Grunt to keep running tasks even if any of them failed, which from what I read seems to be one of your problems.

Cheers