feat: Allow civet code to modify DOM
This commit uses the jQuery package for DOM manipulation. So far, it performs just a toy modification, on a page modified to include the object javascript. For this purpose the build script was modified to place object files in `public/js`. Adds a script to build and serve the resulting code. Resolves #2.
This commit is contained in:
parent
16f38e769e
commit
fd01759647
6 changed files with 164 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
|||
# Object files
|
||||
obj
|
||||
public/js
|
||||
|
||||
# Editor backups
|
||||
*~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue