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

Fix assets compiler error and remove gulp #867

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

Conversation

mmaymo
Copy link
Collaborator

@mmaymo mmaymo commented Nov 29, 2023

This PR fixes the error on creating the build package due to encore. Also we remove the gulp file as we would be using this action.

"gulp-rename": "^2.0",
"gulp-zip": "^4.2.0",
"minimist": "^1.2.3",
"pump": "^3.0.0",
"sass": "^1.52.1",
"sass-loader": "^7.0.1",
"wp-pot": "^1.10.2"
},
"scripts": {
"watch": "webpack --watch",
Copy link
Collaborator

Choose a reason for hiding this comment

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

@mmaymo Since you are doing this, you can change the watch script to

node_modules/.bin/encore dev --watch --env basePath=.

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