diff options
| author | Teddy Wing | 2021-03-21 16:55:10 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2021-03-21 17:45:40 +0100 | 
| commit | 8b9171a644c3b6a6479dd29bca0f4218d5333ce3 (patch) | |
| tree | 13955447ea828ffb9251a4ba45c43fd381c3f8dd /.gitignore | |
| parent | b63d509cc16ccd2950eb9770440882c4e238d41e (diff) | |
| download | Peniquitous-8b9171a644c3b6a6479dd29bca0f4218d5333ce3.tar.bz2 | |
Remove Browserify
We're no longer using the `require` imports to include JS files. Instead
we have a template string process. Not as robust, but easier to fit what
the final user script needs to be.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -1,2 +1 @@  /build/ -/node_modules/ | 
