Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/issue 878 ssr custom resources #992

Merged
merged 23 commits into from
Nov 21, 2022

Commits on Nov 19, 2022

  1. Enhancement/issue 971 refactor bundling and optimizations (#974)

    * add cloud IDE caveat to puppeteer renderer plugin readme (#967)
    
    * init commit of refactoring for script tags with a src
    
    * initial CSS optimizing
    
    * sync optimized link tags in final output
    
    * refactored for shared reources
    
    * handle inline script bundling
    
    * support serving custom resources using Greenwood plugins in Rollup configuration without needing extra rollup plugin
    
    * non resource related Rollup plugins supported
    
    * custom resource plugins and rollup plugins working together
    
    * handle empty input for Rollup
    
    * updated lock file
    
    * handle inline style tag bundling and optimizing
    
    * default optimization spec passing
    
    * refactor merging app and page templates
    
    * clarifying corrections in spec files
    
    * inline optimization config working
    
    * none optimization support
    
    * none optimization support
    
    * none and static optimization overrides
    
    * refactor html rendering and optimizing
    
    * refactoring and more CLI specs passing
    
    * add missing variable
    
    * SSR specs and optimizing resource bundling
    
    * minor refactoring and logging
    
    * resolving some plugin specs
    
    * restore develop command related GraphQL specs
    
    * custom graphql query spec
    
    * all specs passing
    
    * drop rollup plugin deps from import typescript plugin
    
    * all Greenwood commands and specs passing
    
    * restore static router with custom prerender
    
    * restore postcss-import
    
    * refactor shared resources to a Map and handle dupes
    
    * restore local packages workaround for local Rollup bundling
    
    * better monorepo Rollup facade modules detection
    
    * switch console log
    
    * remove console logging
    
    * update plugin related docs
    
    * local solution for windows support
    
    * refactor errant object assign
    
    * full cross platform URL support
    
    * fix lint
    
    * fix extra bundles when custom prerendering
    
    * clean up stale or already tracked TODOs
    
    * add nested head tag smoke tests
    
    * check for app template validation for HUD display
    
    * misc refactoring and TODOs cleanup
    
    * restore static router (again)
    
    * standardize passing correct reference for prerender scripts
    
    * clean up data-gwd-opt markers from final HTML
    thescientist13 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    40c520b View commit details
    Browse the repository at this point in the history
  2. v0.27.0-alpha.0

    thescientist13 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    b88bc24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3432745 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8e505d View commit details
    Browse the repository at this point in the history
  5. latest WIP

    thescientist13 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    3c59e51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57b0767 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c584944 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a6d31d View commit details
    Browse the repository at this point in the history
  9. remove demo code

    thescientist13 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    820f71a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36a031c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dfa5d69 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fef9602 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9b3e33f View commit details
    Browse the repository at this point in the history
  14. align versioning

    thescientist13 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    98edea6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4b71b6a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3c7e465 View commit details
    Browse the repository at this point in the history
  17. refine exp test tasks

    thescientist13 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    df5e5e3 View commit details
    Browse the repository at this point in the history
  18. minor refactor

    thescientist13 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    4a448cf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    49d40ff View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1621f27 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. formatting

    thescientist13 committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    7ad0e02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d013e96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce7ec24 View commit details
    Browse the repository at this point in the history