Skip to content

Commit

Permalink
Sort proprietary software alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jun 8, 2018
1 parent 169326c commit a497e0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/functions/build.ls
@@ -1,5 +1,6 @@
'use strict'

{sort-by} = require 'prelude-ls'
load-data = require './load-data.ls'
{write-localized-site} = require './write.ls'
{slugify-db} = require './sort.ls'
Expand All @@ -18,7 +19,7 @@ export build-site = (iso) ->
locale: locale
platform-types: platform-types
projects: slugify-db projects
projects-rejected: projects-rejected
projects-rejected: sort-by (.name.to-lower-case!), projects-rejected
protocols: slugify-db protocols

write-localized-site(db)

0 comments on commit a497e0d

Please sign in to comment.