scope pattern for files which end with .js but do not contain "min" Dennis Haupt Created January 08, 2013 17:22 how can i achieve this? i tried "file:*.js &&!file:*min*.js", but this results in 0 files.
Hi there,
Works for me in PhpStorm (v6 EAP build 124.373). Maybe because of space character you have before && ?