-
Started happening after https://github.com/mozilla/tofino/pull/62
After this, `gulp run` is failing on a fresh clone, even after a `npm install`:
```
fs.js:584
return binding.open(pathModule._make…
-
`webview.openDevtools()` seems to do what we want: https://github.com/electron/electron/blob/master/docs/api/web-view-tag.md#methods
-
There's a .travis.yml file here: https://github.com/mozilla/tofino/blob/master/.travis.yml, but https://travis-ci.org/mozilla/tofino appears to not be set up.
-
Right now we only build sourcemaps when transpiling files for development builds but we also skip transpiling files if they haven't changed since the last time. To make matters worse, test runs do a n…
-
`npm install` fails: https://pastebin.mozilla.org/8872691
Apparently `node-gyp rebuild` doesn't work.
😢
-
-
We now require node 6. @Mossop
-
Tofino is not supposed to be a showcase for innovative visual design during the current phase of development, so I would like the current theme to be changed to more explicitly / visually communicate …
-
app/content/preload/content.js
32:47 error Unexpected string concatenation prefer-template
35:47 error Unexpected string concatenation prefer-template
38:53 error Unexpected string conca…
-
Getting a black page, don't know if it's not still implemented yet or a bug.