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

Merge branch 'add-space' into 'main'

fix: replace nbsp with space in xml

See merge request eclipsefdn/it/websites/eclipse.org!140
parents ab5fe585 26507cef
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 | sed 's/ / /g' > 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