gitdeploy/html/purgecss.config.js

11 lines
197 B
JavaScript
Raw Normal View History

2020-09-21 14:34:41 +00:00
'use strict';
module.exports = {
content: ['public/**/*.html', 'public/**/*.js'],
css: ['public/**/*.css'],
output: 'public/',
keyframes: true,
whitelist: [],
whitelistPatterns: []
};