Closed DonaldMackay closed 9 years ago
You should always use a different output filename or output folder. I prefer using a different output dir ie. app-gulped, that way my deployment script is very easy, just exlude the App folder from deploy and include the app-gulped
Using the default option from the example. When the output is set to the same directory, the output file will be included in the next run of the task, duplicating the code each time. Need to exclude the output file or delete the output file.