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

feat: build sass files using parcel instead of grunt #2342

Merged
merged 3 commits into from
May 24, 2022

Conversation

yougotwill
Copy link
Collaborator

@yougotwill yougotwill commented May 23, 2022

  • SASS complication now relies on Parcel and has been removed from Grunt. This allows us to drop a few dependencies. The SASS build times are also much faster. The compiled CSS is now stored in the dist/ folder in the root of the project.

  • Added the sass:watch npm script command for autocompiling the sass on file changes

  • cleaned up some IE7 fallback CSS

Contributor checklist:

Description

added sass watch command for auto building sass on file changes, cleaned up IE7 fallback css
@yougotwill yougotwill changed the title feat: build sass files using parcel instead of grunt [WIP] feat: build sass files using parcel instead of grunt May 23, 2022
@yougotwill yougotwill changed the title [WIP] feat: build sass files using parcel instead of grunt feat: build sass files using parcel instead of grunt May 23, 2022
@Bilb
Copy link
Collaborator

Bilb commented May 23, 2022

lgtm

@Bilb Bilb merged commit d3635e0 into oxen-io:clearnet May 24, 2022
@yougotwill yougotwill deleted the sass_parcel_support branch February 27, 2024 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants