python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Grunt watch says 'waiting' not watching
so I am trying to get grunt working ( ive installed the relevant elements ) I'm not sure what settings i have wrong as, this is what comes up in the terminal after 'grunt watch'
$ grunt watch
Running ...
mir
Votes: 0
Answers: 0
How to exclude only *.spec files and include all other *.js files under a directory in grunt task?
I need to include all *.js files and exclude only *.spec.js files under a directory.
I tried the following ways, it's either including all js or excluding all js files
'built/code/js/libs/preact/**/!(...
RS17
Votes: 0
Answers: 0