-
The reference error has occurred.
What do I have to do?
# Steps to reproduce
```
$ git clone https://github.com/fnando/using-es6-with-asset-pipeline-on-ruby-on-rails.git
$ cd using-es6-with-asset-pip…
-
```
Invalid CSS after "@charset "UTF-8";": expected selector or at-rule, was "
-
This is a nasty bug that has affected us twice last year and took down Production.
I see a PR was submitted but never merged and there was no explanation if the PR was lacking in some way.
http…
-
I'd like to use this gem primarily for the scaffolding generators. When the gem is included, I get the following error:
```
undefined method `assets' for an instance of Rails::Application::Config…
synth updated
5 months ago
-
When running the installer, I ran into issues where the installer expected Sprockets:
```
/var/home/reesericci/.rbenv/versions/3.3.2/lib/ruby/gems/3.3.0/gems/sprockets-rails-3.5.1/lib/sprockets/ra…
-
My Rails application doesn't compile assets at all, so configuration doesn't have an assets method (Sprockets not included in Rails)
-
Rails has deprecated precompiling regex (rails/sprockets-rails#269) from Sprockets 3 onwards.
-
Im using JRuby and got tired of slow asset precompiling with the :uglifier and :sass compilers. I installed yui-compiler (0.12.0) and tried precompiling in development mode and it ran pretty fast. Eve…
-
With tinymce-rails > 6, assset compilation fails
```$ RAILS_ENV=staging rails assets:precompile --trace```
** Execute assets:precompile
rails aborted!
Uglifier::Error:
/home/x/.rvm/gems/ru…
-
The README should/could also point out specifically that a reason for receiving
`LoadError: cannot load such file -- sassc`
… is that Sprockets could not find the css file being requested. T…