wycats / rake-pipeline-web-filters

MIT License
116 stars 36 forks source link

Fixing failed tests #70

Closed izhan closed 10 years ago

izhan commented 10 years ago

Fixes Uglify, CoffeeScript and Jade tests that have been failing for a while now:

Uglify -- needs an extra "output: " for passing in beautify: true parameter

CoffeeScript -- has a different error message (does not mention line number, but provides backtrace instead). also, removing an extra semicolon

Jade -- !!! is deprecated

hjr3 commented 10 years ago

:+1: thank you.

izhan commented 10 years ago

agreed, nice catch! should make a PR to correct this

izhan commented 10 years ago

@hjr3 @garagesocial just created a PR that addressed this issue + fixed rspec tests https://github.com/wycats/rake-pipeline-web-filters/pull/75