first commit
This commit is contained in:
8
public/assets/htmx/preprocess.js
Normal file
8
public/assets/htmx/preprocess.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// TODO: maybe set delim and preproc on the HTMX() object, or pass it in an options obj
|
||||
function preprocess (res){
|
||||
return res
|
||||
}
|
||||
|
||||
|
||||
module.exports= preprocess
|
||||
|
||||
Reference in New Issue
Block a user