if(this.appType !== 'typeSimpleWebApp') {
    this.template("dot-files/_jshintrc", this.appName + "/.jshintrc", smacssGenerator.context);
    this.template("dot-files/_jshintignore", this.appName + "/.jshintignore", smacssGenerator.context);
  }