Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 10e67cb

Browse files
Adding form url body transform
1 parent 15e590c commit 10e67cb

37 files changed

+346
-190
lines changed

Gruntfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ module.exports = function (grunt) {
550550
// Default task(s).
551551
grunt.registerTask('default', [
552552
'concat:main',
553+
'concat:main-compat',
553554
'concat:main-ajax',
554555
'concat:main-events',
555556
'concat:main-html',
@@ -565,6 +566,7 @@ module.exports = function (grunt) {
565566
'concat:lite-concurrency',
566567

567568
'uglify:main',
569+
'uglify:main-compat',
568570
'uglify:main-ajax',
569571
'uglify:main-events',
570572
'uglify:main-html',

0 commit comments

Comments
 (0)