Skip to content

Commit f14a45e

Browse files
committed
Fix 'npm run build' not succeeding on first run
1 parent 64113c6 commit f14a45e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ module.exports = grunt => {
307307

308308
// Create the multitasks.
309309
grunt.registerTask('build', [
310+
'yui',
310311
'browserify',
311312
'browserify:min',
312313
'uglify',

0 commit comments

Comments
 (0)