Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const filterStylusPartials = require('./scripts/plugins/filter-stylus-partials')
const anchorMarkdownHeadings = require('./scripts/plugins/anchor-markdown-headings')
const loadVersions = require('./scripts/load-versions')
const latestVersion = require('./scripts/helpers/latestversion')
const eventGeo = require('./scripts/event-geo.js')

// Set the default language, also functions as a fallback for properties which
// are not defined in the given language.
Expand Down Expand Up @@ -253,7 +252,6 @@ function copyStatic () {
fs.mkdir(path.join(__dirname, 'build', 'static'), () => {
ncp(path.join(__dirname, 'static'), path.join(__dirname, 'build', 'static'), (err) => {
if (err) { return console.error(err) }
fs.writeFileSync(path.join(__dirname, 'build', 'static', 'event-geo.json'), JSON.stringify(eventGeo()))
console.timeEnd('[metalsmith] build/static finished')
})
})
Expand Down
86 changes: 0 additions & 86 deletions events/country-map.js

This file was deleted.

65 changes: 0 additions & 65 deletions events/pull-meetup.js

This file was deleted.

62 changes: 0 additions & 62 deletions events/pull-nodeschool.js

This file was deleted.

69 changes: 0 additions & 69 deletions events/yaml-sync.js

This file was deleted.

Loading