Skip to content

Building the project

aFrontendDev edited this page Apr 18, 2017 · 2 revisions

Build the project

There are a couple different ways to build

  • gulp this will build the project and run the watch task, so any changes to the files now will cause the build to run again automatically
  • gulp serve this will build and watch the project plus serve the site locally
  • gulp production same as running gulp but minifies files and doesn't run the watch or serve tasks
Clone this wiki locally