Skip to content

Commit 708f58f

Browse files
lpincafhemberger
authored andcommitted
Remove events page (#1314)
Fixes: #1031
1 parent 7f22d79 commit 708f58f

File tree

25 files changed

+59
-31242
lines changed

25 files changed

+59
-31242
lines changed

build.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const filterStylusPartials = require('./scripts/plugins/filter-stylus-partials')
2626
const anchorMarkdownHeadings = require('./scripts/plugins/anchor-markdown-headings')
2727
const loadVersions = require('./scripts/load-versions')
2828
const latestVersion = require('./scripts/helpers/latestversion')
29-
const eventGeo = require('./scripts/event-geo.js')
3029

3130
// Set the default language, also functions as a fallback for properties which
3231
// are not defined in the given language.
@@ -253,7 +252,6 @@ function copyStatic () {
253252
fs.mkdir(path.join(__dirname, 'build', 'static'), () => {
254253
ncp(path.join(__dirname, 'static'), path.join(__dirname, 'build', 'static'), (err) => {
255254
if (err) { return console.error(err) }
256-
fs.writeFileSync(path.join(__dirname, 'build', 'static', 'event-geo.json'), JSON.stringify(eventGeo()))
257255
console.timeEnd('[metalsmith] build/static finished')
258256
})
259257
})

events/country-map.js

Lines changed: 0 additions & 86 deletions
This file was deleted.

events/pull-meetup.js

Lines changed: 0 additions & 65 deletions
This file was deleted.

events/pull-nodeschool.js

Lines changed: 0 additions & 62 deletions
This file was deleted.

events/yaml-sync.js

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)