juicer icon indicating copy to clipboard operation
juicer copied to clipboard

"Provide atleast one input file"

Open x16 opened this issue 8 years ago • 0 comments

I've created a File Watcher in PhpStorm to use Juicer on my JS files. YUI Compressor gem also installed (juicer install yui_compressor). Arguments string: merge $FileDir$\ctrl.js -o $FileDir$\ctrl.min.js -s --force

On file save file is not being compressed. Console message:

cmd.exe /D /C call C:/Ruby22-x64/bin/juicer.bat merge C:\Server\domains\template2\www\js\ctrl.js -o C:\Server\domains\template2\www\js\ctrl.min.js -s --force Please provide atleast one input file

Process finished with exit code 0

What am I doing wrong?

x16 avatar Dec 15 '15 21:12 x16