-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update generated CSS and JS files #291
Conversation
@gnuj I did the |
Grunt 1.6.1 (in your package-lock.json) requires Node.js 14 or later. |
It seems to work with Node.js 18, but then creates a different Resources/Public/Css/allStyles.css.map (see https://github.com/slub/dfg-viewer/actions/runs/10044988488/job/27761266962?pr=293). |
Finally! Thank you for your assistance, @stweil! |
GitHub doesn't allow reviewing my own PRs and also doesn't allow me to merge this without a review. Could you please have a look at this when you are back in office, @beatrycze-volk? |
Good work! 👍 I also dug a little deeper yesterday and found one or two other NPM issues, which also would be solved by raising the node.js version. So no additions from my side. |
@stweil and @sebastian-meyer thank you for solving this problem :) |
grunt-cli
toBuild/package.json
Build/package-lock.json
grunt less
&grunt terser
)This completes PR #230.