Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Doesn't read newly created directories/files #95

Open
RahulDole opened this issue Nov 30, 2015 · 1 comment
Open

Doesn't read newly created directories/files #95

RahulDole opened this issue Nov 30, 2015 · 1 comment

Comments

@RahulDole
Copy link

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?

@eddiemonge
Copy link
Member

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants