Skip to content

Commit

Permalink
make nfet work with the new slack update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fauntleroy committed Aug 26, 2018
1 parent d3be582 commit a117643
Show file tree
Hide file tree
Showing 11 changed files with 7,346 additions and 175 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var generateBrowserifyBundler = function(){
var browserify_config = assign( {}, watchify.args, {
debug: true
});
var bundler = browserify( './src/content.jsx', browserify_config );
var bundler = browserify( './src/content.js', browserify_config );
/* transforms are configured in package.json */
return bundler;
};
Expand Down
Loading

0 comments on commit a117643

Please sign in to comment.