-
I have just installed this gem on my Rails project and I'm experiencing this error. I have tried to google it but have not found any useful info as to what is really causing it and the solution.
`…
-
The defaults in README indicate that the compress passes is set to 1 by default, while the code has a different value.
https://github.com/lautis/uglifier/blob/master/lib/uglifier.rb#L83
This pot…
-
I'm using Rails 4.1.x. In production.rb, how do I configure Uglifier in `config.assets.js_compressor` to generate a separate source map file?
-
Hello folks,
got a weird behavior today:
``` bash
cap staging deploy:check_node
DEBUG [fd22af91] Running /usr/bin/env [ -d ~/.rbenv/versions/2.2.3 ] as deployer@staging.pufffer.lan
DEBUG [fd22af91] …
-
On my server, it uses system-wide rvm, however on my mac it's user-wide. Gem `capistrano-rvm` will append rvm prefix to `rake`, then local assets precompile will get failed.
This is my solution:
…
-
Ran into problems using the `query-string` npm module, since it used ES6, so the Gatsby Uglifier could not process it. For now have not used `query-string` but could look into an older version of `que…
-
I was hoping to use the sourcemaps after upgrading to sprockets v4. Unfortunately they're not generated.
Originally I was using uglifier, but switched to the recommended `:terser` option.
I'm runn…
-
Original Gemfile:
``` Ruby
source 'http://rubygems.org'
gem 'rails', '4.0.1'
# Use mysql as the database for Active Record
gem 'mysql2'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.0'
# …
-
When there are errors during uglification, there is no information in the uglifier output to indicate where to look to find the solution. This makes it really tough to troubleshoot and fix the proble…
-
Hi,
I'm having troubles when deploying to heroku:
The line is the following:
```
linearVerticalSynopticCtrl.Bus = class {
```
and creates the following stacktrace:
```
ExecJS::ProgramError: Unex…