UNPKG
fixtable
Version:
latest (2.0.8)
2.0.8
2.0.2
A grid library to present tabular data
github.com/MyPureCloud/fixtable
MyPureCloud/fixtable
fixtable
/
grunt
/
watch.coffee
17 lines
(15 loc)
•
212 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module.exports = ( grunt, options )
->
coffee: files: [
'coffee
/**/
*.coffee
' ] tasks: [ '
distJS
' ] css: files: [ '
css
/**/
*.css
' ] tasks: [ '
distCSS
' ]