Skip to content

Instantly share code, notes, and snippets.

@thebrianemory
Last active January 15, 2018 04:40
Show Gist options
  • Save thebrianemory/42cc409ca02b61f40ed37e4e2bf665aa to your computer and use it in GitHub Desktop.
Save thebrianemory/42cc409ca02b61f40ed37e4e2bf665aa to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
... <!-- Code removed for readability -->
<script src="<%= static_path(@conn, "/js/app.js") %>"></script>
<!-- Add the below script -->
<script>
$(document).foundation();
</script>
<!-- Add the above script -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment