UNPKG

ag-grid-row-unselectable-angular

Version:

A fork version of ag-grid-angular with row selection disable function added

9 lines (6 loc) 327 B
var gulp = require('gulp'); gulp.task('copy-from-ag-grid-enterprise', copyFromAgGridEnterprise); function copyFromAgGridEnterprise() { return gulp.src(['../ag-grid-enterprise/*', '../ag-grid-enterprise/dist/**/*'], {base: '../ag-grid-enterprise'}) .pipe(gulp.dest('./node_modules/ag-grid-enterprise')); }