Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save osvaldasvalutis/7215fe4d369a4783fa6ebef0db8fb1d9 to your computer and use it in GitHub Desktop.
Save osvaldasvalutis/7215fe4d369a4783fa6ebef0db8fb1d9 to your computer and use it in GitHub Desktop.
const criticalResources = [
'<%= asset_path :css, "/#{app.config[:css_dir]}/application" %>',
'<%= asset_path :js, "/#{app.config[:js_dir]}/application" %>',
'<%= asset_path :images, "logo.svg" %>'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment