Skip to content
#

Jamstack

jamstack logo

Jamstack is a way of thinking about how to build for the web: the UI is compiled, the frontend is fully decoupled, and data is pulled in as needed.

Here are 7,688 public repositories matching this topic...

gridsome
cannikin
cannikin commented Feb 18, 2021

It would be nice if you could run only a single file with our test runner… you can normally with Jest, but we’ve intercepted the second argument and require that it either be web or api to run the suite for one whole side:

rob$ yarn rw test web/src/components/Article/Article.test.js

Invalid values:
  Argument: side, Given: "web/src/components/Article/Article.test.js", Choices: "web", "
api-platform
jvigneron
jvigneron commented Nov 28, 2019

Description
Remove any google fonts dependency from api-platform.

Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?

Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds

Organization
jamstack
Website
jamstack.org