Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maintain: const over let, consistency #5494

Open
wants to merge 6 commits into
base: master
from
Open
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update build.js

  • Loading branch information
kmdrGroch committed Nov 21, 2019
commit 6bddf4f7e7f25f73e1de69efab8cd3b70d9060a0
@@ -47,7 +47,7 @@ const touchOverriddenVectorIconFiles = () => {
// Return true when original file of |file| should be touched.
const applyFileFilter = (file) => {
// Only includes icon files.
return path.extname(file) === true
return path.extname(file) === '.icon'
}

const braveVectorIconsDir = path.join(config.srcDir, 'brave', 'vector_icons')
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.