@@ -61,16 +61,16 @@ async function buildTokensCommand(commandArgs) {
61
61
prefix : 'pgn' ,
62
62
// NOTE: buildPath must end with a slash
63
63
buildPath : buildDir . slice ( - 1 ) === '/' ? buildDir : `${ buildDir } /` ,
64
+ options : {
65
+ fileHeader : 'customFileHeader' ,
66
+ } ,
64
67
files : [
65
68
{
66
69
format : 'css/custom-variables' ,
67
70
destination : 'core/variables.css' ,
68
71
filter : hasSourceTokensOnly ? 'isSource' : undefined ,
69
72
options : {
70
73
outputReferences,
71
- formatting : {
72
- fileHeaderTimestamp : true ,
73
- } ,
74
74
} ,
75
75
} ,
76
76
{
@@ -79,9 +79,6 @@ async function buildTokensCommand(commandArgs) {
79
79
filter : hasSourceTokensOnly ? 'isSource' : undefined ,
80
80
options : {
81
81
outputReferences,
82
- formatting : {
83
- fileHeaderTimestamp : true ,
84
- } ,
85
82
} ,
86
83
} ,
87
84
] ,
@@ -124,9 +121,6 @@ async function buildTokensCommand(commandArgs) {
124
121
: `isThemeVariant.${ themeVariant } ` ,
125
122
options : {
126
123
outputReferences,
127
- formatting : {
128
- fileHeaderTimestamp : true ,
129
- } ,
130
124
} ,
131
125
} ,
132
126
{
@@ -135,9 +129,6 @@ async function buildTokensCommand(commandArgs) {
135
129
filter : hasSourceTokensOnly ? 'isSource' : undefined ,
136
130
options : {
137
131
outputReferences,
138
- formatting : {
139
- fileHeaderTimestamp : true ,
140
- } ,
141
132
} ,
142
133
} ,
143
134
] ,
0 commit comments