We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81dc3c commit 37c4d3eCopy full SHA for 37c4d3e
gruntfile.js
@@ -94,7 +94,8 @@ module.exports = function (grunt) {
94
'./jsgraph/dist/jsgraph.js',
95
'./jqueryui-touch-punch/jquery.ui.touch-punch.min.js',
96
'./jcampconverter/src/jcampconverter.js',
97
- './jsbarcode/jsBarcode.min.js'
+ './jsbarcode/jsBarcode.min.js',
98
+ './slickgrid/**'
99
],
100
101
dest: './build/components/'
0 commit comments