-
Notifications
You must be signed in to change notification settings - Fork 84
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
[WIP] Add makefile
#200
base: master
Are you sure you want to change the base?
[WIP] Add makefile
#200
Conversation
👍 on this- I had trouble with my upgrade to Gnome 42, and these |
@vivshaw Awesome! Super glad it helped. I was hoping to get this kind of feedback. 😁
Good point. I will make sure to modify the docs and README in this PR so that it is properly notated and documented. Thanks again for the feedback! 🤝 |
The package.json's dependencies were heavily out of date. Not to mention, that it was also missing a lot of basic information. This commit brings the dependencies up-to-date and updates the package.json.
588f0e8
to
17c04de
Compare
25065ae
to
fa8b4ed
Compare
This commit fixes all immediate errors that would cause `dart-sass` to error out.
Closes #199 #170
This PR adds a
makefile
with the preferred end-user deployment configuration.This make file currently has 2 options (more options may be added later):
gnome-40
: Switch to the rightgnome-shell.css
file and deploys files and folders for libadwaita compatibility on GNOME 40+.prune
: Deletes superfluous folders (i.e. will delete KDE, if not using KDE; GNOME if not using GNOME; etc...).