This will disable using browserify to process specified assets. Scripts that don’t require…require…can reduce their footprint. (eg layout stuff on First Round, the require machinery is twice as big as the layout adjustment code itself.)
Also bare=true to pass through to the CoffeeScript compiler?
This will disable using browserify to process specified assets. Scripts that don’t require…
require…can reduce their footprint. (eg layout stuff on First Round, therequiremachinery is twice as big as the layout adjustment code itself.)Also
bare=trueto pass through to the CoffeeScript compiler?