Skip to content
This repository was archived by the owner on Feb 26, 2019. It is now read-only.

Building

Tim Severien edited this page Jul 21, 2016 · 2 revisions

Taggd uses Gulp to compile scripts.

Tasks

  • gulp [default] - Is a synonym for gulp build
  • gulp build - Builds scripts and styles
  • gulp build:scripts - Exclusively builds scripts
  • gulp build:styles - Exclusively builds styles
  • gulp watch - Polls for changes and runs matching tasks automagically

Clone this wiki locally