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

Add SCSS support #40

Merged
merged 7 commits into from
Nov 10, 2023
Merged

Add SCSS support #40

merged 7 commits into from
Nov 10, 2023

Conversation

ahosgood
Copy link
Member

@ahosgood ahosgood commented Nov 8, 2023

Adds SCSS support for CSS files using NodeJS and sass.

Requires application to build CSS before starting with npm run build. I need some help understanding where to add this command in the application's startup. From what I can tell, the Dockerfile isn't ever being used - is that correct?

Frontend developers can build and watch styles with npm run dev.

SCSS can be linted and fixed with npm run lint.

@colinbowen
Copy link
Collaborator

Yes the Dockerfile isn't currently being used. We're planning on using Github Actions to deploy using zappa. I think the scss files could be built there once we have that setup.

@colinbowen colinbowen merged commit cb08c8f into main Nov 10, 2023
5 checks passed
@ahosgood ahosgood deleted the task/css-preprocessor branch November 10, 2023 12:54
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