You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -145,13 +100,6 @@ module.exports = function (grunt) {
145
100
}
146
101
},
147
102
148
-
qunit: {
149
-
options: {
150
-
inject: 'js/tests/unit/phantom.js'
151
-
},
152
-
files: 'js/tests/index.html'
153
-
},
154
-
155
103
less: {
156
104
compileCore: {
157
105
options: {
@@ -204,26 +152,6 @@ module.exports = function (grunt) {
204
152
}
205
153
},
206
154
207
-
csslint: {
208
-
options: {
209
-
csslintrc: 'less/.csslintrc'
210
-
},
211
-
dist: [
212
-
'dist/css/bootstrap.css',
213
-
'dist/css/bootstrap-theme.css'
214
-
],
215
-
examples: [
216
-
'docs/examples/**/*.css'
217
-
],
218
-
docs: {
219
-
options: {
220
-
ids: false,
221
-
'overqualified-elements': false
222
-
},
223
-
src: 'docs/assets/css/src/docs.css'
224
-
}
225
-
},
226
-
227
155
cssmin: {
228
156
options: {
229
157
// TODO: disable `zeroUnits` optimization once clean-css 3.2 is released
@@ -302,124 +230,6 @@ module.exports = function (grunt) {
302
230
}
303
231
},
304
232
305
-
connect: {
306
-
server: {
307
-
options: {
308
-
port: 3000,
309
-
base: '.'
310
-
}
311
-
}
312
-
},
313
-
314
-
jekyll: {
315
-
options: {
316
-
bundleExec: true,
317
-
config: '_config.yml',
318
-
incremental: false
319
-
},
320
-
docs: {},
321
-
github: {
322
-
options: {
323
-
raw: 'github: true'
324
-
}
325
-
}
326
-
},
327
-
328
-
htmlmin: {
329
-
dist: {
330
-
options: {
331
-
collapseBooleanAttributes: true,
332
-
collapseWhitespace: true,
333
-
conservativeCollapse: true,
334
-
decodeEntities: false,
335
-
minifyCSS: {
336
-
compatibility: 'ie8',
337
-
keepSpecialComments: 0
338
-
},
339
-
minifyJS: true,
340
-
minifyURLs: false,
341
-
processConditionalComments: true,
342
-
removeAttributeQuotes: true,
343
-
removeComments: true,
344
-
removeOptionalAttributes: true,
345
-
removeOptionalTags: true,
346
-
removeRedundantAttributes: true,
347
-
removeScriptTypeAttributes: true,
348
-
removeStyleLinkTypeAttributes: true,
349
-
removeTagWhitespace: false,
350
-
sortAttributes: true,
351
-
sortClassName: true
352
-
},
353
-
expand: true,
354
-
cwd: '_gh_pages',
355
-
dest: '_gh_pages',
356
-
src: [
357
-
'**/*.html',
358
-
'!examples/**/*.html'
359
-
]
360
-
}
361
-
},
362
-
363
-
pug: {
364
-
options: {
365
-
pretty: true,
366
-
data: getLessVarsData
367
-
},
368
-
customizerVars: {
369
-
src: 'docs/_pug/customizer-variables.pug',
370
-
dest: 'docs/_includes/customizer-variables.html'
371
-
},
372
-
customizerNav: {
373
-
src: 'docs/_pug/customizer-nav.pug',
374
-
dest: 'docs/_includes/nav/customize.html'
375
-
}
376
-
},
377
-
378
-
htmllint: {
379
-
options: {
380
-
ignore: [
381
-
'Attribute "autocomplete" not allowed on element "button" at this point.',
382
-
'Attribute "autocomplete" is only allowed when the input type is "color", "date", "datetime", "datetime-local", "email", "hidden", "month", "number", "password", "range", "search", "tel", "text", "time", "url", or "week".',
383
-
'Element "img" is missing required attribute "src".'
0 commit comments