You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
Chrome DevTools Autosave doesn’t work with Sprockets (NV/chrome-devtools-autosave#27). The culprit of the problem is in the assets URLs — I cannot decipher the actual file path by its URL. For example, /assets/application.css may refer to either app/assets/stylesheets/application.css, lib/assets/stylesheets/application.css, or vendor/assets/stylesheets/application.css.
I wonder, how do I change assets URLs to one of the following?
/app/assets/stylesheets/application.css (matches actual file path, perfect solution)
Chrome DevTools Autosave doesn’t work with Sprockets (NV/chrome-devtools-autosave#27). The culprit of the problem is in the assets URLs — I cannot decipher the actual file path by its URL. For example, /assets/application.css may refer to either app/assets/stylesheets/application.css, lib/assets/stylesheets/application.css, or vendor/assets/stylesheets/application.css.
I wonder, how do I change assets URLs to one of the following?
The text was updated successfully, but these errors were encountered: