Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cmderdev/cmderdev.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cmderdev/cmderdev.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/build-scss-and-move-css
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Nov 13, 2025

  1. Initial plan

    Copilot committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    a76ccd6 View commit details
    Browse the repository at this point in the history
  2. Add SCSS build system with automated CSS minification

    Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
    Copilot and DRSDavidSoft committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    962d798 View commit details
    Browse the repository at this point in the history
  3. Rename _sass directory to scss

    Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
    Copilot and DRSDavidSoft committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    ce85a4e View commit details
    Browse the repository at this point in the history
  4. Include minified CSS in repository and add CI verification

    - Remove css/ from .gitignore to commit minified CSS for GitHub Pages
    - Ignore only CSS source maps (css/*.map)
    - Add CI step to verify committed CSS matches SCSS source
    - Ensures CSS is always kept up to date with SCSS changes
    
    Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
    Copilot and DRSDavidSoft committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    cb827b5 View commit details
    Browse the repository at this point in the history
  5. Update domain references from cmder.net to cmder.app

    - Update README.md description
    - Update package.json description
    - Update .gitignore comment
    - Aligns with current domain in CNAME file
    
    Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
    Copilot and DRSDavidSoft committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    31a9115 View commit details
    Browse the repository at this point in the history
Loading