ddollar / heroku-buildpack-apt

120 stars 327 forks source link

Allow comments in Aptfile using # or ; characters. #29

Closed erhhung closed 8 years ago

erhhung commented 9 years ago

A configuration file should always provide the ability to add comments. Just like the .buildpacks file used by heroku-buildpack-multi, which supports using the # character to lead a comment, Aptfile should do the same so users can add notes about why a package is required, etc.

This simple change enables # and ; characters to lead a comment, either on its own line or trailing a package name.