Im learning gulp and i encountered a problem while executing gulp tasks . here is my working code. in the gulpfile default task is present where console is working but uglify() not creating the file in dist folder.
here is my output
$ gulp
[15:36:34] Using gulpfile c:\Users\VEERABABU\Desktop\check\GulpFile.js
[15:36:34] Starting 'default'...
its working here
[15:36:34] Finished 'default' after 18 ms...
please help me what im missing