Skip to content

Commit

Permalink
Remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanfalkowski committed Mar 13, 2019
1 parent 7bafb93 commit c68f8c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gulp/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ var task = {
path.assets + 'js/src/app-components.js',
path.assets + 'js/src/app-header.js',
path.assets + 'js/src/app-footer.js',
path.assets + 'js/src/browser-detection.js', // Needs: user-agent.js
path.assets + 'js/src/search-typeahead.js'
path.assets + 'js/src/browser-detection.js' // Needs: user-agent.js
],
uglifyOptions: {
mangle: false
Expand Down

0 comments on commit c68f8c5

Please sign in to comment.