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
/
webpack.coffee
9 lines
(8 loc)
•
210 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
module
.exports = ( grunt, options ) -> build: entry:
'./temp/fixtable.js'
output
:
path
: __dirname +
'/../dist'
filename:
'fixtable.js'
library:
'Fixtable'
libraryTarget:
'umd'