You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@basset('https://domain.com/operations/reorder.js') // if HTTPS, then internalize
@basset(base_path('resources/operations/reorder.js')) // if absolute path, then internalize
@basset(resource_path('operations/reorder.js')) // if absolute path, then internalize
@basset(public_path('operations/reorder.js')) // if public_path, then do not internalize
@basset('operations/reorder.js') // if simple string, assume it's a public path
And let's also do this:
@bassetBlock('unique_name_for_code_block.js')
<!-- YourJS here -->
@bassetBlock
@bassetBlock('unique_name_for_code_block.css')
<!-- YourCSS here -->
@endBassetBlock
The text was updated successfully, but these errors were encountered:
We've decided to do this:
And let's also do this:
The text was updated successfully, but these errors were encountered: