We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97aac0 commit a7a5cabCopy full SHA for a7a5cab
README.md
@@ -51,7 +51,7 @@ gulp.task('requirejsBuild', function() {
51
},
52
// ... more require.js options
53
})
54
- .pipe(gulp.dest('./delpoy/')); // pipe it to the output DIR
+ .pipe(gulp.dest('./deploy/')); // pipe it to the output DIR
55
});
56
```
57
0 commit comments