-
Notifications
You must be signed in to change notification settings - Fork 66
Changed watch task according to feedback #145
Conversation
Updated tests to address issue where jQuery was being loaded before Angular and thus, Angular was using jQuery & not jqLite, causing false positives. Closes ngOfficeUIFabric#123.
Renamed and combined tasks. Updated description. Alpha- sort. Prettify help output.
One step closer to perfection :). |
BTW, everything else looks great! Let's tweak the way the help is displayed as this is a pretty big change and then I think we're good. |
Hmm... Ok, so I remove extra line breaks for task description and add line breaks only if description length more than 120 symbols. |
Totally agree we can’t make it great for every case & 120 isn’t a hard & fast rule… I’m cool with 80 because I get many take the default width which is 80… so wrapping at 80 seems pretty standard. For me the information density with so many line breaks & empty lines just made it hard to consume. |
Awesome job guys! Can't wait to rebase my repo with these changes :) The fact that with tslint issues the specs don't run is blocking me developing. |
… to fit 120 chars (whole line).
Awesome... looks great! Adding to my list of things to merge. Closes #49 |
Rename `watch` task to `live-dev`. Update `live-dev` task to (1) perform first pass of all things before watching for changes; (2) to only run tests within the test file that was updated; (3) never fail on errors in any checks (vet, test, build)... always run each of these; (4) optionally use browsersync to do live dev of demos with the new `--serve` flag. Due to big changes to build process, when updating forks, recommend following process to clean out all old JavaScript from old tasks: ``` gulp clean tsc -p ./ ``` Closes #49. Closes #145.
Manually merged to |
Ihaaa! Merged! :)) |
Solves #49