cacert-boardvoting/ui/semantic/tasks
Jan Dittberner d7a742d97d Update UI framework
- add package.json for npm/npx
- update to fomantic-ui
- move ui files to ui directory
- add UI build documentation to README.md
- add ui target to Makefile
- add addPrefix handler in boardvoting.go to allow the same /static/
  prefix for static resources
2022-05-08 16:13:50 +02:00
..
admin Update UI framework 2022-05-08 16:13:50 +02:00
build Update UI framework 2022-05-08 16:13:50 +02:00
collections Update UI framework 2022-05-08 16:13:50 +02:00
config Update UI framework 2022-05-08 16:13:50 +02:00
docs Update UI framework 2022-05-08 16:13:50 +02:00
rtl Update UI framework 2022-05-08 16:13:50 +02:00
build.js Update UI framework 2022-05-08 16:13:50 +02:00
check-install.js Update UI framework 2022-05-08 16:13:50 +02:00
clean.js Update UI framework 2022-05-08 16:13:50 +02:00
install.js Update UI framework 2022-05-08 16:13:50 +02:00
README.md Update UI framework 2022-05-08 16:13:50 +02:00
version.js Update UI framework 2022-05-08 16:13:50 +02:00
watch.js Update UI framework 2022-05-08 16:13:50 +02:00

Tasks

  • Watch - Compile only changed files from source
  • Build - Build all files from source
  • Version - Output version number
  • Install - Run Installer to Set-up Paths

How to use

These tasks can be imported into your own gulpfile allowing you to avoid using Semantic's build tools

var
  watch = require('path/to/semantic/tasks/watch')
;
gulp.task('watch ui', watch);