Excluding files/directories from Gulp task

I have a gulp rjs task that concatenates and uglifies all my custom .JS files (any non vendor libraries). What i am trying to do, is exclude some files/directories from this task (controllers and directives). Heres my tree: – application – resources – js main.js – vendor – jquery – modernzr – angular – controllers … Read more

Tool to Unminify / Decompress JavaScript [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 8 years ago. Improve this question Are there any command line scripts and/or online tools that can reverse the effects of minification similar to how … Read more