-
Hello, just by installing `gem 'bootstrap', '~> 4.4.0'` (previous version `gem 'bootstrap-sass', '3.3.6'`) I'm getting the following error:
```
Encoding::UndefinedConversionError: "\xE2" from ASCI…
-
Hey Guys,
I'm struggling to precompile my Javascript files. I already tried the solutions of #133 and #132.
To exemplify the issue, I created [this app](https://github.com/Rodrigora/browserify_test)…
-
- [x] Ship blacklight javascript and css as an npm package
- [ ] Provide and support documentation for how to use this in webpacker and importmap
- [ ] It might also be nice to document some kind …
-
на MacOS после сборки проекта
```
rails_1 | /bundle/ruby/2.7.0/gems/sprockets-4.0.0/lib/sprockets/base.rb:78: warning: The called method `find_asset' is defined here
rails_1 | /bundle/r…
-
Reopening #162 which is not fixed with rails 5.2.0 and sprockets-rails 3.2.1
> This is a bug with source map generation, but the idea is to generate only one asset in development with source maps p…
-
This should be partly extracted from bower-rails.
1. Paths of installed components should be synchronized with sprockets paths
2. We should issue `bowered install` programmatically before `assets:prec…
-
I get AssetNotPrecompiled from the following code:
`= stylesheet_link_tag 'common/login'` (in a file called `index.haml`).
Here's how my assets are configured:
```
precompile_files = Dir.glob('a…
-
Can't deploy to heroku. Get a massive error. This is where I believe it starts
`remote: Running: rake assets:precompile
remote: Yarn executable was not detected in the system.
remot…
-
Do you know where `require "sprockets/sass_template"` is supposed to be coming from?
```
LoadError: cannot load such file -- sprockets/sass_template
/Users/richardschneeman/.gem/ruby/2.4.0/gems/activ…
-
### System configuration
- Sprockets version is **4.1.1**
- Sprockets-rails is **3.4.2**
- Ruby version **3.1.2**
- Ruby on Rails **7.0.3**
- jQuery-UI **1.13.1** (third-party js-library stored…