Move all files to old/astro/
This commit is contained in:
parent
b176f4d25e
commit
cdf77e8b5f
1340 changed files with 0 additions and 0 deletions
11
old/astro/sculpin-old/assets/js/app.js
Normal file
11
old/astro/sculpin-old/assets/js/app.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import 'alpinejs'
|
||||
import '../css/app.pcss'
|
||||
import turbolinks from 'turbolinks'
|
||||
|
||||
window.hljs = require('highlightjs')
|
||||
|
||||
let html = document.documentElement
|
||||
html.classList.remove('no-js')
|
||||
html.classList.add('js')
|
||||
|
||||
turbolinks.start()
|
Loading…
Add table
Add a link
Reference in a new issue