#Asset Pipeline
#Bullet Points
- Rails Guides Asset Pipeline
- Any file in any subfolder:
app/assets
,lib/assets
,vendor/assets
, + gems...
- demo text file in assets subfolder
- JavaScript
- concatenate <- In Production
#Asset Pipeline
#Bullet Points
app/assets
, lib/assets
, vendor/assets
, + gems...// to understand any system we must retain either control or visibility (or both) | |
// this is how you retain visibility | |
console.log('hello world') | |
// so now we can give up our need for control :) | |
// and along the way you'll see new words and language syntax. share your confusion! | |
// it's the greatest of gifts from a shameless heart and playfully curious mind. |