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

Use fantasticon instead of gulp. #112

Draft
wants to merge 5 commits into
base: lgarron/biome
Choose a base branch
from
Draft

Commits on Sep 12, 2023

  1. Rename unofficial events to use underscores instead of dashes.

    Per discussion in #108 as well as several PRs and issues.
    lgarron committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    18dedb4 View commit details
    Browse the repository at this point in the history
  2. Use fantasticon instead of gulp.

    Compared to our `gulp` pipeline, this is:
    
    - Faster
    - Much simpler
    - Easier to maintain
    - Not full of deprecated dependencies with vulnerabilities
    
    This also changes the project organization to match other `github.com/cubing` projects more closely.
    
    Closes:
    - #55
    - #93
    lgarron committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4799984 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b66a548 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8ce19f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4658d9a View commit details
    Browse the repository at this point in the history