Skip to content

Commit a69360c

Browse files
committed
[gruntfile] update dependency
1 parent 9244a0f commit a69360c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gruntfile.js

+4
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ module.exports = function(grunt) {
226226
plugins.splice(plugins.indexOf('funnels'), 1);
227227
plugins.push('funnels');
228228
}
229+
if (plugins.indexOf('formulas') !== -1) {
230+
plugins.splice(plugins.indexOf('formulas'), 1);
231+
plugins.push('formulas');
232+
}
229233
}
230234

231235
plugins.forEach(function(plugin) {

0 commit comments

Comments
 (0)