Skip to content

Commit 179d481

Browse files
author
Remon Oldenbeuving
committed
Fix gruntfile
1 parent 4d510d2 commit 179d481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = function(grunt) {
5656

5757
webpack: {
5858
files: ['src/**/*.js', 'src/**/*.jsx'],
59-
tasks: ['browserify']
59+
tasks: ['webpack']
6060
}
6161
},
6262

0 commit comments

Comments
 (0)