Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,3 @@ Pipfile.lock
/tubesync/tasks/*.db
/tubesync/tasks/*.db-shm
/tubesync/tasks/*.db-wal

# Compiled CSS
/tubesync/common/static/styles/*.css
2 changes: 1 addition & 1 deletion Makefile
Copy link
Contributor Author

@StefanCodes StefanCodes Dec 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the changes to Makefile and Pipfile and urls.py are only local to get this working under MacOS. Will double check but I think this should be removed from the Bulma branch.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python=/usr/bin/env python
python=pipenv run python
docker=/usr/bin/docker
name=tubesync
image=$(name):latest
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ autopep8 = "*"
django = "~=5.2.5"
django-huey = "*"
django-sass-processor = {extras = ["management-command"], version = "*"}
libsass = "*"
pillow = "*"
whitenoise = "*"
gunicorn = "*"
Expand Down
71 changes: 0 additions & 71 deletions tubesync/common/static/styles/_colours.scss

This file was deleted.

20 changes: 0 additions & 20 deletions tubesync/common/static/styles/_fonts.scss

This file was deleted.

52 changes: 0 additions & 52 deletions tubesync/common/static/styles/_forms.scss

This file was deleted.

40 changes: 0 additions & 40 deletions tubesync/common/static/styles/_helpers.scss

This file was deleted.

Loading