We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35fb62 commit a503c69Copy full SHA for a503c69
build/tasks/build.js
@@ -60,7 +60,7 @@ module.exports = function( grunt ) {
60
const done = this.async();
61
62
try {
63
- const slimFlags = [ "-ajax", "-callbacks", "-deferred", "-effects" ];
+ const slimFlags = [ "-ajax", "-callbacks", "-deferred", "-effects", "-queue" ];
64
const flags = this.flags;
65
const optIn = flags[ "*" ];
66
let name = grunt.option( "filename" );
0 commit comments