UNPKG
@domoinc/multiline-chart
Version:
latest (4.0.7)
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
MultiLineChart - Domo Widget
@domoinc/multiline-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"
); };