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

Building & Watching

Alexandru Rosianu edited this page Jul 15, 2015 · 1 revision

You'll be doing most of your magic work inside the ./src folder. When you want to test out the app, just run:

gulp build:darwin64
gulp build:linux32
gulp build:linux64
gulp build:win32

You'll find all your neat stuff inside the ./build folder. You can also use the watch tasks to make development easier:

gulp watch:darwin64
gulp watch:linux32
gulp watch:linux64
gulp watch:win32

As you edit files in ./src, they will be re-compiled and moved into the build folder. If your app is running, it will automatically refresh.

Clone this wiki locally