Skip to content

Commit 37c4d3e

Browse files
committed
gruntfile: Add slickgrid library for build
1 parent e81dc3c commit 37c4d3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ module.exports = function (grunt) {
9494
'./jsgraph/dist/jsgraph.js',
9595
'./jqueryui-touch-punch/jquery.ui.touch-punch.min.js',
9696
'./jcampconverter/src/jcampconverter.js',
97-
'./jsbarcode/jsBarcode.min.js'
97+
'./jsbarcode/jsBarcode.min.js',
98+
'./slickgrid/**'
9899
],
99100

100101
dest: './build/components/'

0 commit comments

Comments
 (0)