defel

Results 9 comments of defel

Yes. The output of `gulp index` was: ``` [18:45:11] Using gulpfile ~/code/wat/gulpfile.js [18:45:11] Starting 'initClerk'... ? [18:45:12] Finished 'initClerk' after 482 ms [18:45:12] Starting 'buildIndex'... Wat: Rebuilt index. ``` The...

Yes, the output is: ``` $ git status # On branch protractor-docs nothing to commit (working directory clean) $ gulp index [18:53:08] Using gulpfile ~/code/wat/gulpfile.js [18:53:08] Starting 'initClerk'... ? [18:53:08]...

Ok, it means the current index is fetched from github? Not a bad idea, so the users does not have to update the client on them side all the time....

Yes, I think this makes it clear and allows me to hack locally until I think the docs are ready to push. Am 20. Oktober 2015 19:03:16 MESZ, schrieb dc...

Sorry for my late reply. Had a chance to test this feature now and it works perfectly! Just a little note: When I add the docs locally, and reindex, I...

Under Linux it is build-in since ever (and I alway hated it that it dont works on OSX or Windows) Shortcut is: Ctrl+Shift+PageUp and Ctrl+Shift+PageDown

@rturknett I did a short discovery over the code some months ago - it *should* not be a big problem to make this ready for GHE. From what I understood...

thanks @dimbleby - this fixed it for me A more verbose description of steps I had to do: ```shell # upgrade poetry to >=1.1.14 pip install --upgrade poetry # clear...