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 eclipsefdn/it/websites/eclipse.org!142
parents cc8e2a51 35727a31
No related branches found
No related tags found
2 merge requests!221feat: Add specification section to project resources,!142revert: remove hotfix for invalid xml
Pipeline #38592 passed
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", "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", "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_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" "install": "NODE_ENV=production npm run production && npm run fetch_project && npm run fetch_staff_blogs"
}, },
"dependencies": { "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