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

(#58)(#68)(#69) choco-theme 0.6.0 #70

Merged
merged 3 commits into from
Apr 15, 2024
Merged

Commits on Apr 5, 2024

  1. (chocolatey#68) Remove Gulp

    This removes Gulp and introduces a number of new
    technologies. The build process is now handled by
    esbuild, SASS, and a number of new technologies.
    Instead of running `gulp` to compile assets, the
    command `yarn run choco-theme` is now used. By
    running this, all necessary files are put in place
    and CSS is purged.
    st3phhays committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    afb9879 View commit details
    Browse the repository at this point in the history
  2. (chocolatey#58) Upgrade Bootstrap to 5.3.x

    This upgrades Bootstrap to 5.3.x. A large effort
    was made to update choco-theme to use Bootstraps
    css variables and dark mode settings. This will
    help future upgrades to Bootstrap and choco-theme.
    
    This also adds new social media icons and adjusts
    old ones.
    st3phhays committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6ae0e4c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. (chocolatey#69) Upgrade Yarn 4.1.x & choco-theme 0.6.0

    Choco-theme and any projects that use choco-theme
    will now use Yarn 4.1.x. This upgrade will reduce
    security vulnerabilities and improve performance.
    st3phhays committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    be4c914 View commit details
    Browse the repository at this point in the history