Bob Yexley
Bob Yexley
Would be really nice if Fenix supported hosting node.js based apps. For example, if/when I configured a new server, it could introspect the selected directory to see if it contains...
We've setup a default Sapper project using the very instructions straight from their web site, and are now trying to get testing with Jest working. The only difference that we...
Is it possible to configure this to run/monitor more than one app per build script?? I have an app in which I have an API and a sample client app,...
#### Do you want to request a *feature* or report a *bug*? Feature #### What is the current behavior? When I run unit tests, I get the message: ``` [styled-jsx]...
Something similar to how the "menubar" on the (barekit) web site works...but maybe make it simple to configure by just attaching a class and a data attribute or something. Not...
Happy to move this question somewhere else if this isn't the appropriate place, but I didn't see any issues or activity in the gatsby-plugin-astroturf repository, so figured I'd start here....
I have the following configuration: ``` js "style-image-refs": { src: ["app/assets/stylesheets/**/*.css"], overwrite: true, replacements: [ { from: "url(\"/images/", to: "url(\"/assets/" }, { from: "url(\"../images/", to: "url(\"/assets/" } ] } ```...