GithubHelp home page GithubHelp logo

New setting `crawlWithGit` about vike HOT 7 CLOSED

brillout avatar brillout commented on June 25, 2024 1
New setting `crawlWithGit`

from vike.

Comments (7)

ChristophP avatar ChristophP commented on June 25, 2024

Since we have a mixture of generated and checked-into-git pages, that would indeed be great to have since otherwise it would force us to work around it by copying aro und files as described here from this issue.

Workaround: We could force all of the plus files to be generated but it wouldn't make a lot of sense from our perspective since some files are "user files" and others are "framework files". We could do some trickery like keeping the framework files in a different place and copy them into the Vike root at build time but that would be pretty messy.

Having this would allow us to upgrade to the V1 design smoothly.

from vike.

ChristophP avatar ChristophP commented on June 25, 2024

One thing to add, which is not relevant now, but might be something to speed up the crawling in the future.
Node 22 will feature built-in globbing. via node:fs.
Once it becomes stable it might be worth a try to see if that offers a well-enough performance improvement over libs like fast-glob

from vike.

brillout avatar brillout commented on June 25, 2024

Indeed 👀 Thanks for the pointer, I didn't know about it!

from vike.

brillout avatar brillout commented on June 25, 2024

Implemented and pre-released as 0.4.172-commit-c1b0884.

// vite.config.js

import vike from 'vike/plugin'

export default {
  plugins: [
    vike({
      crawl: { git: false }
    })
  ]
}

It's marked as experimental and it isn't documented (yet), because it's going to be moved from vite.config.js to the upcoming vike.config.js. The setting itself will stay and can be considered stable.

from vike.

ChristophP avatar ChristophP commented on June 25, 2024

Awesome, thank you will try later today.

from vike.

brillout avatar brillout commented on June 25, 2024

👍 Let me know if you run into any issues.

from vike.

ChristophP avatar ChristophP commented on June 25, 2024

Works nicely 👍

from vike.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.