UNPKG
@seedcss/seed-centralize
Version:
latest (1.0.1)
1.0.1
1.0.0
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
Centralize utility pack for Seed
github.com/helpscout/seed/
helpscout/seed
@seedcss/seed-centralize
/
index.js
11 lines
(8 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
var
path =
require
(
'path'
);
var
pathfinder =
require
(
'./scripts/pathfinder'
);
var
files =
pathfinder
(
require
(
'@seedcss/seed-breakpoints'
),
require
(
'@seedcss/seed-publish'
), path.
join
(__dirname,
'scss'
) );
module
.
exports
= files;