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

make it possible to call "npm run dev" per docs without having called "npm grunt" first #5391

Merged
merged 1 commit into from
Aug 28, 2021

Conversation

gregsadetsky
Copy link
Contributor

Resolves #5388

Changes:

  • adds yui build step as part of npm run dev, allowing developers to call npm run dev without having called npm grunt first.

The documentation states: "If you're continuously changing files in the library, you may want to run npm run dev to automatically rebuild the library ...", implying that you may call npm run dev instead of npm run grunt. This fix makes that possible.

PR Checklist

  • npm run lint passes

@limzykenneth limzykenneth merged commit 54bd3b5 into processing:main Aug 28, 2021
@limzykenneth
Copy link
Member

Looks good, thanks. The grunt tasks we have probably can be cleaned up a bit but that's for another day.

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.

Error when running "npm run dev" related to missing parameterData.json file
2 participants