Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript [Grunt] Can't get watch working… Reply To: [Grunt] Can't get watch working…

#182525
mikes02
Participant

OK, I got it working, but for some reason Grunt is duplicating the destination folder each time it runs. So if I run grunt in the command line it optimizes the images and puts them into a folder called build, but then if I run grunt again from the command line it creates a build directory within the original build directory, so it’s duplicating. Is that normal?