---
title: Deployment Checklist
sub-title: Things to consider before you go live with your visualization extension.
lastUpdate: "2016-06-23"
draft: false
---

## Some basic rules to follow
* Remove all `console.%()` statements.
* Remove all `debugger;` statements (!!!{).

{{#hint}}
Use any automated deployment system like [grunt](http://gruntjs.com/) or [gulp](http://gulpjs.com/) to automate this task!
{{/hint}}

## Test Qlik Sense Server
Ensure that you test your solution also on Qlik Sense Server, not only in the desktop environment.

## Automate it!

One the one hand it's fine to have a deployment checklist, but on the other hand stupid, repetitive work should be minimized.
So I personally prefer to automate as many tasks in my daily work as possible.

Have a look at the following projects to get an idea of how repetitive tasks related to extension development can be automated:

* [sense-go](https://github.com/stefanwalther/sense-go)
* [generator-qsextension](https://github.com/stefanwalther/generator-qsExtension)
