Files
auswertung
bootstrap
data-table
dist
node_modules
@popperjs
after-transition
.npmignore
Makefile
Readme.md
component.json
index.js
package.json
bootstrap
bootstrap-icons
component-emitter
component-query
css-ease
css-emitter-component
event-component
has-transitions
has-translate3d
move-js
scrolling-tabs-bootstrap-5
transform-property
.package-lock.json
index.html
classes
config
controller
dashboard
datepicker
jquery
js
language
lib
media
sql
survey
templates
test
tinymce
.gitignore
config.inc.php
todo.txt
survey/bootstrap/node_modules/after-transition/Makefile
2023-03-14 14:47:50 +01:00

13 lines
167 B
Makefile

build: components index.js
@component build --dev
components: component.json
@component install --dev
clean:
rm -fr build components template.js
.PHONY: clean