Nuno Freitas
Nuno Freitas
Hi @Mistereo , Thank you for this package! Do you plan on supporting version 3 of Linaria (currently in beta)? It splits Linaria into different packages (`@linaria/webpack-loader`, etc.). From the...
The option `opts` is not correctly passed to mocha. Using the following config with gulp-mocha does not work: ```json { "opts": "mocha.opts" } ``` While this works in the command...
I'm using the `serve` package and I'd like to serve different 404 templates depending on the folder: - `en/asdasd` should show `en/404.html`. - `pt/asdasd` should show `pt/404.html`. - `asdasd` should...
For some reason I'm getting this error: ``` W20170120-17:40:14.015(0)? (STDERR) ReferenceError: Meteor is not defined W20170120-17:40:14.015(0)? (STDERR) at Object. (.....\node_modules\meteor-publish-join\dist\server\index.js:49:5) W20170120-17:40:14.015(0)? (STDERR) at Module._compile (module.js:409:26) W20170120-17:40:14.015(0)? (STDERR) at Object.Module._extensions..js (module.js:416:10)...