UNPKG
@domoinc/multi-metric-comparison-bar-chart
Version:
latest (8.0.3)
8.0.3
8.0.2
8.0.1
8.0.0
7.1.3
7.1.2
MultiMetricComparisonBarChart - Domo Widget
@domoinc/multi-metric-comparison-bar-chart
/
bower_components
/
d3.chart
/
build
/
tasks
/
watch.js
13 lines
(10 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports =
function
(
grunt
)
{
"use strict"
; grunt.config.
set
(
"watch"
, {
scripts
: {
files
: [
"src/**/*.js"
,
"test/tests/*.js"
],
tasks
: [
"jshint"
] } }); grunt.
loadNpmTasks
(
"grunt-contrib-watch"
); };