This repository was archived by the owner on Mar 26, 2018. It is now read-only.
This repository was archived by the owner on Mar 26, 2018. It is now read-only.
Doesn't read newly created directories/files #95
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels