Skip to content
Snippets Groups Projects
Commit b111a1f0 authored by Olivier Goulet's avatar Olivier Goulet
Browse files

Merge branch 'remove-hotfix-xml' into 'main'

revert: remove hotfix for invalid xml

See merge request !142
parents cc8e2a51 35727a31
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"fetch_project": "NODE_ENV=production node node_modules/eclipsefdn-hugo-solstice-theme/bin/projects/index.js -l data/",
"fetch_staff_blogs": "curl -s https://blogs.eclipse.org/blog/feed | sed 's/ / /g' > data/staff_blogs.xml",
"fetch_staff_blogs": "curl -s https://blogs.eclipse.org/blog/feed > data/staff_blogs.xml",
"install": "NODE_ENV=production npm run production && npm run fetch_project && npm run fetch_staff_blogs"
},
"dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment