mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(invite): began work on email template build system, and css inlining
This commit is contained in:
9
emails/grunt/uncss.js
Normal file
9
emails/grunt/uncss.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
dist: {
|
||||
src: ['templates/*.html'],
|
||||
dest: 'dist/css/tidy.css',
|
||||
options: {
|
||||
report: 'min' // optional: include to report savings
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user