Nik

Results 3 issues of Nik

This is to address #7 It is better to add some dialog window with countdown timer, but I'm afraid my knowledge of GTK is not enough.

``` 'use strict'; const gulp = require('gulp'); const inline = require('gulp-inline-source'); gulp.task('inline', () => { return gulp.src('dist/**/*.html') .pipe(inline({ compress: false })) .pipe(gulp.dest('dist')); }); ``` Throws an error when finding file...

Noticed that the launch template stays at version 1 even after multiple new versions are added (with different runcmd configurations etc).