John O'Donnell

Results 3 comments of John O'Donnell

Hi, I have an example of building a pager using Assemble v0.24 https://github.com/criticalmash/asm-pager-test This code won't work with grunt-assemble, but it might give you a general idea as to what...

@veeti thanks for the tip. I've just spent a half hour searching the net on how to best generate a key. Now, I'm wondering how best to store them. Inside...

I was able to fix the issue myself by editing the `./vscode/settings.json` file and adding the correct path. ``` "mochaExplorer.files": "test/*-spec.{js,mjs}" ```