Richard Schneeman
Richard Schneeman
I would recommend making things work with `asset_path` first before using `find_asset` or the `[]` alias. Can you give me a simple example app that works with sprockets 3 but...
I think this is because `other_javascripts` folder isn't registered in the load path, which is silly because you're telling it EXACTLY where it is. I think this is done to...
You can add a load path like this http://stackoverflow.com/questions/14735635/add-folder-to-asset-pipeline-path
im looking into some architectural changes that can hopefully make generating source maps optional, or rather only do them when requesting a debug asset. Progress is slow though. I want...
Not sure here, but I think you should be able to do that directly inside of your JS file ``` //= link editor.js.map ``` I think that's how I would...
Glad that worked. Now I just need to figure out how to decouple this ball of mud. One asset can generate up to four seperate files. The way we do...
For the $$$ question, nothing comes to mind. These problems i'm hitting up against are larger than a contractor could solve in a few hours of work (which would be...
The way that source maps work is they're generated from the processor. For example the coffee script processor calls coffeescript which returns a source map. Some of these tools have...
Here i'm getting a different error ``` Sprockets::FileNotFound: couldn't find file 'broken_link' with type 'text/css' /Users/richardschneeman/Documents/projects/tmp/assets-blerg-169/foo/app/assets/config/manifest.js:3 /Users/richardschneeman/Documents/projects/tmp/assets-blerg-169/foo/app/assets/stylesheets/application.css:3 /Users/richardschneeman/Documents/projects/sprockets/lib/sprockets/resolve.rb:59:in `resolve!' /Users/richardschneeman/Documents/projects/sprockets/lib/sprockets/directive_processor.rb:401:in `resolve' /Users/richardschneeman/Documents/projects/sprockets/lib/sprockets/directive_processor.rb:208:in `process_require_directive' /Users/richardschneeman/Documents/projects/sprockets/lib/sprockets/directive_processor.rb:181:in `block in process_directives' /Users/richardschneeman/Documents/projects/sprockets/lib/sprockets/directive_processor.rb:179:in `each' /Users/richardschneeman/Documents/projects/sprockets/lib/sprockets/directive_processor.rb:179:in...
> I just want to stop being nagged daily If you don't click on the links, then emails auto-throttle to once a month: https://github.com/codetriage/CodeTriage/blob/1684bf854b4326ff7b0e5e69a640240b32cde110/app/models/email_rate_limit.rb#L35 Ahh, you're talking about the token...