-
Notifications
You must be signed in to change notification settings - Fork 121
Compile Sass on Server Start #45
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
Conversation
|
Sounds great! A little over engineered (is that for the purpose of showing them more helper function actions?) |
|
I don't think there's any learning outcomes from this code. This PR is trying to simplify the process of how/when the SCSS gets compiled. The student will not need to edit or understand this code to make their project work. Are there suggestions to simplify this code? |
|
I was thinking of just using plain sass --watch + nodemon with a package like concurently (https://github.com/open-cli-tools/concurrently)
|
FrancisBourgouin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and tested locally!
concurrentlyto start sass in watch mode and run nodemonconcurrentlyandchalkas the latest versions aren't compatible with older Node versions and/or CommonJS syntax