Stenope
Stenope copied to clipboard
The static website generator for Symfony developers
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
I trying to generate static pages for just part of a website. I know I can set stenope.ignore option to true in the #[Route()], but what I'd rather do is...
I bumped to Symfony 6.4 beta 3, and the getFunctions() function throws an error because the Symfony interface now expects an array. Before, it did not have a return type....
``` User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Stenope\Bundle\Serializer\Normalizer\SkippingInstantiatedObjectDenormalizer" is deprecated. -- | -- ``` Will need to be fixed before #174
I have a simple site that I'd like to build as a set of static page. It's failing when trying to generate the API platform routes, and I'm not sure...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.13 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
This is very cool! Thanks for releasing it. Can you provide some guidance or scripts to show how to publish the /static directory to github pages? That is, I'd love...
Currently composer.json only allows up to Symfony 6, but Symfony 7 will be out in less than 2 months. This may be released to #173 , since asset() and importmap()...
Instead of scanning all the GET routes available in the app without parameters to crawl the pages, allow to provide a single entrypoint URL from where to start crawling the...
The build command currently allows to ignore specific content not found errors when the content is handled by Stenope (when a `ContentNotFoundException` is thrown (using the `--ignore-content-not-found`), e.g: when using...