You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment by le717 Tuesday Sep 08, 2015 at 19:20 GMT
The :all subtask was present to run all the test suites (src, test, and grunt) all at one time instead of having to run each one individually. With this change, did you confirm running grunt test runs all the suites like before? Also, how were the JSHint subtasks being run twice as there was only one call to run them (jshint:all)?
Comment by ficristo Thursday Sep 10, 2015 at 18:26 GMT
@le717 If you omit the subtask ("all" in this case) jshint run all the tasks defined.
This change impact who run jshint alone (so they do not need to remember the subtask), and the "watch:all" task that now do not run jshint twice.
I confirm that |grunt test| run the same suites as before.
Saturday Sep 05, 2015 at 16:49 GMT
Originally opened as adobe/brackets#11664
Small cleanup.
ficristo included the following code: https://github.com/adobe/brackets/pull/11664/commits
The text was updated successfully, but these errors were encountered: