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

Revamped the build process #33

Merged
merged 4 commits into from
Feb 13, 2023

Commits on Feb 12, 2023

  1. Revamped the build build process

    This PR moves all files from the `src` folder to the root so it matches what is done with other `core` modules and makes it easier for contributors to find their way around this procject.
    
    Cake was having issues myteriously and instead of going down that rabbit hole, I migrated the build process to Nuke which has way less breaking changes and is way easier to understand.
    valadas committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    fe44479 View commit details
    Browse the repository at this point in the history
  2. Added missing files

    valadas committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    00f673a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Deleted unneeded files

    valadas committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    cd25cc9 View commit details
    Browse the repository at this point in the history
  2. Ignore artifacts folder

    valadas committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a7b6c7c View commit details
    Browse the repository at this point in the history