UNPKG
ck-array
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.0
A simple observable array for JavaScript Frameworks
github.com/Baudin999/ckArray
Baudin999/ckArray
ck-array
/
Gruntfile.coffee
19 lines
(10 loc)
•
258 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module
.
exports
= () ->
@initConfig
watch: files: [
'./src/**/*.js'
,
'./spec/**/*.js'
] tasks: [
'exec:jasmine'
] exec: jasmine: command:
'jasmine'
@loadNpmTasks
'grunt-contrib-watch'
@loadNpmTasks
'grunt-exec'