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 docker support to build with M1 mac #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kaibadash
Copy link

@kaibadash kaibadash commented Mar 24, 2024

I couldn't find the node version. I couldn't build with node 20.
I tried to build with node 12, which was the LTS at the last commit, but there were no M1 binaries.
I made it possible to build with docker.

"gulp-uglify": "^1.0.1",
"gulp-zip": "^2.0.2",
"run-sequence": "^1.0.1"
"run-sequence": "^1.0.1",
"sass": "^1.72.0"
Copy link
Author

Choose a reason for hiding this comment

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

I updated gulp-sass to resolve following error.

gulp-sass no longer has a default Sass compiler; please set one yourself.

@kaibadash kaibadash changed the title Add docker support to build M1 mac Add docker support to build in M1 mac Apr 18, 2024
@kaibadash kaibadash changed the title Add docker support to build in M1 mac Add docker support to build with M1 mac Apr 18, 2024
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.

1 participant