first commit
This commit is contained in:
commit
52ab7aa331
33 changed files with 33447 additions and 0 deletions
13
codemirror-element/Makefile
Normal file
13
codemirror-element/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
NODE_BIN=node_modules/.bin
|
||||
|
||||
DEST=../thinks/static/thinks
|
||||
|
||||
$(DEST)/code-editor.mjs: code-editor.bundle.mjs
|
||||
cp $< $@
|
||||
|
||||
code-editor.terser.mjs: code-editor.bundle.mjs
|
||||
$(NODE_BIN)/terser --compress --mangle -- $< > $@
|
||||
|
||||
code-editor.bundle.mjs: code-editor.mjs
|
||||
$(NODE_BIN)/rollup $< -f es -p @rollup/plugin-node-resolve -o $@
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue