wishthis/node_modules/fomantic-ui/tasks
2023-12-19 15:36:33 +01:00
..
admin chore(dependency): update fomantic-ui to v2.9.3 2023-12-19 15:36:33 +01:00
build chore: update dependencies 2023-08-17 11:47:40 +02:00
collections chore: update dependencies 2023-08-17 11:47:40 +02:00
config chore(dependency): update fomantic-ui to v2.9.3 2023-12-19 15:36:33 +01:00
docs chore(dependency): update fomantic-ui to v2.9.3 2023-12-19 15:36:33 +01:00
rtl chore: update dependencies 2023-08-17 11:47:40 +02:00
.eslintrc.js chore: update dependencies 2023-08-17 11:47:40 +02:00
build.js chore: update dependencies 2023-08-17 11:47:40 +02:00
check-install.js chore: update dependencies 2023-08-17 11:47:40 +02:00
clean.js chore: update dependencies 2023-08-17 11:47:40 +02:00
install.js chore(dependency): update fomantic-ui to v2.9.3 2023-12-19 15:36:33 +01:00
README.md chore: update dependencies 2023-08-17 11:47:40 +02:00
version.js chore: update dependencies 2023-08-17 11:47:40 +02:00
watch.js chore(dependency): update fomantic-ui to v2.9.3 2023-12-19 15:36:33 +01: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 Fomantic's build tools

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