This website requires JavaScript.
Explore
Help
Sign In
root
/
grafana
mirror of
https://github.com/grafana/grafana.git
Watch
1
Star
0
Fork
You've already forked grafana
0
Code
Issues
Actions
169
Packages
Projects
Releases
Wiki
Activity
feat/faro-tracing-integration-part1
grafana
/
emails
/
gruntfile.js
5 lines
101 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Prettier: Upgrade to 2 (#30387) * Updated package json but not updated source files * Update eslint plugin * updated files
2021-01-20 14:59:48 +08:00
module
.
exports
=
function
(
grunt
)
{
feat(invite): began work on email template build system, and css inlining
2015-08-10 23:50:02 +08:00
// load grunt config
require
(
'load-grunt-config'
)
(
grunt
)
;
}
;