File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ var slice = require('sliced')
6
6
var fs = require ( 'fs' )
7
7
8
8
var grid = document . getElementById ( 'grid' ) . querySelector ( 'canvas' )
9
- var flock = document . getElementById ( 'community' ) . querySelector ( 'canvas' )
10
9
11
10
require ( './lib/fill' ) ( document . querySelectorAll ( '[data-fill]' ) )
12
11
@@ -25,17 +24,6 @@ var examples = require('./build/examples.json').map(function(meta) {
25
24
return thumb ( meta )
26
25
} ) . join ( '\n' )
27
26
28
- var packages = require ( './build/packages.json' )
29
-
30
- packages = Object . keys ( packages ) . reduce ( function ( pkgs , group ) {
31
- return pkgs . concat ( packages [ group ] . map ( function ( pkg ) {
32
- pkg . group = group
33
- return pkg
34
- } ) )
35
- } , [ ] ) . map ( function ( meta ) {
36
- return thumb ( meta )
37
- } ) . join ( '\n' )
38
-
39
27
document
40
28
. getElementById ( 'examples' )
41
29
. querySelector ( 'ul.thumb-list' )
Original file line number Diff line number Diff line change 33
33
"start" : " beefy index.js:bundle.js --open" ,
34
34
"postinstall" : " npm run links && scoped-bulk stackgl npm install && npm dedupe && npm run sync" ,
35
35
"bundle" : " npm run prestart && browserify index.js | uglifyjs -c > bundle.js" ,
36
- "links" : " district stackgl splash-grid splash-flock " ,
36
+ "links" : " district stackgl splash-grid" ,
37
37
"sync" : " node data/sync" ,
38
38
"disc" : " browserify index.js --full-paths | uglifyjs -c | discify --open"
39
39
},
You can’t perform that action at this time.
0 commit comments