j0hnsmith / django-pipeline-browserify

MIT License
37 stars 18 forks source link

Add support for coffeeify #2

Closed joahim closed 9 years ago

joahim commented 9 years ago

Add support for coffeeify when PIPELINE_BROWSERIFY_ARGUMENTS = '-t coffeeify'.

def match_file(self, path):
    return path.endswith('.browserify.js') or path.endswith('.browserify.coffee')