grunt-filerev
grunt-filerev copied to clipboard
Doesn't read newly created directories/files
My grunt tasks are sequenced such that grunt uglify runs first and copies the uglified files in a newly created directory and then filerev task runs on this new directory. Both these tasks are mentioned in an array like grunt.registerTask('default', ['uglify', 'filerev']);
But the first time I run grunt, filerev is probably not able to read this new directory and its files, so I have to run grunt again in the terminal and then it works. Why so?
Need more of your gruntfile than that, mostly though what the config for those tasks are