grunt-filerev icon indicating copy to clipboard operation
grunt-filerev copied to clipboard

Doesn't read newly created directories/files

Open RahulDole opened this issue 9 years ago • 1 comments

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?

RahulDole avatar Nov 30 '15 10:11 RahulDole

Need more of your gruntfile than that, mostly though what the config for those tasks are

eddiemonge avatar Mar 30 '16 14:03 eddiemonge