Use sed and a template for generating jquery.uls.data.js

Drop browserify.
This commit is contained in:
Santhosh Thottingal
2021-03-18 15:59:40 +05:30
committed by Niklas Laxström
parent 835947c36a
commit 990c5402f4
5 changed files with 22 additions and 30 deletions

View File

@@ -16,6 +16,7 @@ module.exports = function ( grunt ) {
all: [
'**/*.{js,json}',
'!src/jquery.uls.data.js',
'!scripts/jquery.uls.data.template.js',
'!examples/**',
'!node_modules/**',
'!vendor/**'