Merge branch 'cguindon/master/migrate-away-netlify' into 'master'
Migrate EF websites to our new preview framework See merge request eclipsefdn/it/websites/edgenative.eclipse.org!92
No related branches found
No related tags found
k8s/deployments.jsonnet
deleted
100644 → 0
netlify.toml
deleted
100644 → 0
... | ... | @@ -17,9 +17,7 @@ |
"watch": "NODE_ENV=development webpack --watch --progress --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", | ||
"postinstall": "NODE_ENV=production npm run production", | ||
"disallow_robots_txt": "echo \"User-agent: *\r\nDisallow: /\" > layouts/robots.txt", | ||
"build_netlify": "NODE_ENV=production npm run disallow_robots_txt && npm run production" | ||
"postinstall": "NODE_ENV=production npm run production" | ||
}, | ||
"dependencies": { | ||
"eclipsefdn-hugo-solstice-theme": "0.0.153" | ||
... | ... |
Please register or sign in to comment