Skip to content

Commit 457e420

Browse files
committed
Grunt serve: Fix standalone file building
[skip-ci]
1 parent 0f3174a commit 457e420

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gruntfile.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,10 @@ module.exports = function(grunt) {
229229
files: [
230230
'src/**/*.js'
231231
],
232-
tasks: 'concat:js'
232+
tasks: [
233+
'concat:js',
234+
'build_standalone'
235+
]
233236
}
234237
});
235238
};

0 commit comments

Comments
 (0)