4 Matching Annotations
- Oct 2019
-
github.com github.com
-
github.com github.com
-
-
if I reference a stylesheet in a JS pack application.js but DON'T include <%= stylesheet_pack_tag 'application' %> in my .html.erb file, then those styles will not be applied? Correct, unless you are using webpack dev server, in which case the CSS will be inlined with JS.
-