Reputation: 7173
I wanted to verify what CSS and JS the application has added into the asset pipeline during development.
Upvotes: 0
Views: 29
Reputation: 7173
To access the styles accumulated in the asset pipeline during development - enter into the browser:
localhost:3000/assets/application.css
To access the scripts accumulated in the asset pipeline during development - enter into the browser:
localhost:3000/assets/application.js
Railscasts #279 - Understanding the Asset Pipeline
Upvotes: 1