Open sumeetattree opened 6 years ago
Would you be able to support the command line arguments passed to this task? I was kinda surprised when --no-write didn't work.
--no-write
Looking under the hood I see that you are not using grunt.file api to write files.
grunt.file
Would you be able to support the command line arguments passed to this task? I was kinda surprised when
--no-write
didn't work.Looking under the hood I see that you are not using
grunt.file
api to write files.