Ben Michaud
Ben Michaud
Just felt in the same issue! +1
I thought `skip: !process.env.CONTEXT || process.env.SITE_NAME !== "speedlify"` was there just for that purpose...
All `_data/sites/*.js` but the sample one have that skip flag... I believe I used that one the first time 😄 Then I added new ones. @zachleat's original files are still...
Long time now, it should be corrected :-(
There's better fall-backs .... But you're right. I'm gonna play with that. Thanks
I'm using this: index.php $app = new Lime\App([ 'route' => $_SERVER["REQUEST_URI"], ]); .htaccess RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?$1
All troubles are coming from here: https://github.com/11ty/eleventy-navigation/blob/c05ff04795bb9562725b01d0c773ada3b87770f0/eleventy-navigation.js#L18 - Only numeric ordering - 0 is default (unordered first) I could prepare a PR... (?)
Sorry to bump this old unsolved issue, but ... Read-only folders simply do not exist on Windows. The attribute exists but has nothing to do with reading only, but stating...
Was on Windows 10 last time. Now on Windows 11 with the exact same result! The change is logged but the modification is not there (cache maybe?).
Just in case.... I'm usually working with VSCode with the terminal set as "Git bash", and `script-shell=C:\Program Files\git\bin\bash.exe` in .npmrc. I'm also using pnpm not npm. I tried all the...