Skip to content

Commit

Permalink
update list of ignored words and rename gulp task
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmarshall committed Mar 2, 2018
1 parent 007dee7 commit 3432a83
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/js/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var getWebpackCallback = function(cb) {
}
}

gulp.task('compile', function(cb) {
gulp.task('build', function(cb) {
return webpack(webpackConfig).run(getWebpackCallback(cb));
});

Expand Down
23 changes: 22 additions & 1 deletion src/ignored-words.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,4 +524,25 @@ export const ignoredWords = `
new
old
high
long`.split(/[ ,.\n]+/);
long
thank
think
please
moreover
maybe
soon
like
liked
used
already
keep
instead
example
really
give
btw
post
lot
away
around
issue`.split(/[ ,.\n]+/);

0 comments on commit 3432a83

Please sign in to comment.