Skip to content

Commit

Permalink
Ignore .gitignore (and more) from Bower packages
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel authored and etimberg committed Jan 22, 2017
1 parent 00f8358 commit f46ad7f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,15 @@ function bowerTask() {
homepage: package.homepage,
license: package.license,
version: package.version,
main: outDir + "Chart.js"
main: outDir + "Chart.js",
ignore: [
'.github',
'.codeclimate.yml',
'.gitignore',
'.npmignore',
'.travis.yml',
'scripts'
]
}, null, 2);

return file('bower.json', json, { src: true })
Expand Down

0 comments on commit f46ad7f

Please sign in to comment.