When deploying my Rails app I get the following error:
rake aborted! ExecJS::ProgramError: Unexpected token punc «(», expected punc «:» (line: 15, col: 14
Update uglifier gem to last version and update your production.rb
config.assets.js_compressor = Uglifier.new(harmony: true)