question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ways to build gridsome project when data source changes

See original GitHub issue

I like Gridsome including the plugins to connect with lots of existing data source including Worpdress. I just wondering what is the best way to do automatic gridsome build when the data source (eg. Wordpress posts) change?

Is it advise-able to always build the whole entire pages of data source (eg. Wordpress) because of 1 page changed or there is specific command to select posts to build?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
u12206050commented, Aug 10, 2019

Using Netlify you can toggle a rebuild using a webhook which you can automatically call on post save for example. Partial builds is not implemented yet but it is being researched.

0reactions
karki-denniscommented, Feb 27, 2020

@kororo Does the plugin you mentioned did the job you want?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How it works - Gridsome
The gridsome develop command starts a local development server with hot-reloading for code/file changes and the GraphQL data layer.
Read more >
How to contribute - Gridsome
Create a new Gridsome project inside the ~/projects folder. · Enter the new project folder and run yarn (or lerna bootstrap if installed)....
Read more >
Project configuration - Gridsome
Gridsome assumes your project is served from the root of your domain. Change this option to '/my-app' if your project will be hosted...
Read more >
Importing data - Gridsome
The easiest way to add data to Gridsome is to use source plugins. Gridsome data source plugins are added in gridsome. config.
Read more >
Introduction - Gridsome
#Why Gridsome? · Vue. · Data sourcing - Use any Headless CMSs, APIs or Markdown-files for data. · Local development with hot-reloading -...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found