UNPKG
@domoinc/domo-select
Version:
latest (3.1.0)
3.1.0
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
DomoSelect - Domo Widget
@domoinc/domo-select
/
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"
); };